Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3a19cbf530648a63fb3f73630046c561f70c6b71
/
init
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
d8c9584
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
by Al Viro
· 13 years ago
9753dfe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
423d091
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
685dd2d
init/initramfs.c: should use umode_t
by Al Viro
· 13 years ago
e5671df
Basic kernel memory functionality for the Memory Controller
by Glauber Costa
· 13 years ago
b807fbf
rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCU
by Paul E. McKenney
· 13 years ago
73839c5
init/main.c: Execute lockdep_init() as early as possible
by Ming Lei
· 13 years ago
b32fc0a
Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 13 years ago
c736de6
sysctl: make CONFIG_SYSCTL_SYSCALL default to n
by WANG Cong
· 13 years ago
79975f1
init: add root=PARTUUID=UUID/PARTNROFF=%d support
by Will Drewry
· 13 years ago
f919b92
init/do_mounts_rd.c: fix ramdisk identification for padded cramfs
by Neil Armstrong
· 13 years ago
8a4a891
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
19b4a8d
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
b1e4d20
params: make dashes and underscores in parameter names truly equal
by Michal Schmidt
· 13 years ago
97ce2c8
jump-label: initialize jump-label subsystem much earlier
by Jeremy Fitzhardinge
· 13 years ago
22f92ba
Merge branch 'linus' into sched/core
by Ingo Molnar
· 13 years ago
048b718
Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcu
by Ingo Molnar
· 13 years ago
b0f8437
bootup: move 'usermodehelper_enable()' a little earlier
by wangyanqing
· 13 years ago
8008e12
rcu: Drive configuration directly from SMP and PREEMPT
by Paul E. McKenney
· 13 years ago
d5767c5
bootup: move 'usermodehelper_enable()' to the end of do_basic_setup()
by Linus Torvalds
· 13 years ago
808bf29
init: carefully handle loglevel option on kernel cmdline.
by Alexander Sverdlin
· 13 years ago
ab84d31
sched: Introduce primitives to account for CFS bandwidth tracking
by Paul Turner
· 13 years ago
288d5ab
Boot up with usermodehelper disabled
by Linus Torvalds
· 13 years ago
41ffe5d
tmpfs: miscellaneous trivial cleanups
by Hugh Dickins
· 13 years ago
7afe184
init: skip calibration delay if previously done
by Sameer Nanda
· 13 years ago
00a66d2
mm: remove the leftovers of noswapaccount
by WANG Cong
· 13 years ago
c0c463d
Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-linus' and 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
a99a7d1
Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
1b19ca9
Fix CPU spinlock lockups on secondary CPU bringup
by Russell King
· 13 years ago
d8ad7d1
generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts
by Takao Indoh
· 14 years ago
d2c3225
gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNEL
by Josh Triplett
· 13 years ago
de695e1
init/calibrate.c: remove annoying printk
by Borislav Petkov
· 13 years ago
bd5dc17
uts: make default hostname configurable, rather than always using "(none)"
by Josh Triplett
· 13 years ago
8761f1a
pcspkr: Cleanup Kconfig dependencies
by Ralf Baechle
· 13 years ago
15f304b
i8253: Consolidate all kernel definitions of i8253_lock
by Ralf Baechle
· 13 years ago
f505c55
debug: Make CONFIG_EXPERT select CONFIG_DEBUG_KERNEL to unhide debug options
by Josh Triplett
· 13 years ago
6345d24
mm: Fix boot crash in mm_alloc()
by Linus Torvalds
· 13 years ago
a77aea9
cgroup: remove the ns_cgroup
by Daniel Lezcano
· 13 years ago
162a7e7
printk: allocate kernel log buffer earlier
by Mike Travis
· 13 years ago
d2b4631
init/calibrate.c: fix for critical bogoMIPS intermittent calculation failure
by Andrew Worsley
· 13 years ago
de03c72
mm: convert mm->cpu_vm_cpumask into cpumask_var_t
by KOSAKI Motohiro
· 13 years ago
2bb732c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 13 years ago
e98bae7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
by Linus Torvalds
· 13 years ago
281dc5c
Give up on pushing CC_OPTIMIZE_FOR_SIZE
by Linus Torvalds
· 13 years ago
17d9f31
SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPI
by Daniel Hellstrom
· 13 years ago
eb04f2f
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
80fe02b
Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
9b090f2
kmemleak: Initialise kmemleak after debug_objects_mem_init()
by Catalin Marinas
· 13 years ago
9cb5bab
Merge commit 'v2.6.39-rc7' into sched/core
by Ingo Molnar
· 13 years ago
21a43e3
slub: Revert "[PARISC] slub: fix panic with DISCONTIGMEM"
by David Rientjes
· 13 years ago
27f4d28
rcu: priority boosting for TREE_PREEMPT_RCU
by Paul E. McKenney
· 14 years ago
e8dad69
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6
by Linus Torvalds
· 14 years ago
6befe5f
init/Kconfig: fix EXPERT menu list
by Randy Dunlap
· 14 years ago
4a5fa35
[PARISC] slub: fix panic with DISCONTIGMEM
by James Bottomley
· 14 years ago
1e2795a
kbuild: move KALLSYMS_EXTRA_PASS from Kconfig to Makefile
by Artem Bityutskiy
· 14 years ago
71a83ec
Kconfig: improve KALLSYMS_ALL documentation
by Artem Bityutskiy
· 14 years ago
317f394
sched: Move the second half of ttwu() to the remote cpu
by Peter Zijlstra
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
59607db
userns: add a user_namespace as creator/owner of uts_namespace
by Serge E. Hallyn
· 14 years ago
45a6862
pid: remove the child_reaper special case in init/main.c
by Eric W. Biederman
· 14 years ago
ea611b26
init: return proper error code in do_mounts_rd()
by Davidlohr Bueso
· 14 years ago
b1b5f65
calibrate: retry with wider bounds when converge seems to fail
by Phil Carmody
· 14 years ago
191e568
calibrate: home in on correct lpj value more quickly
by Phil Carmody
· 14 years ago
71c696b
calibrate: extract fall-back calculation into own helper
by Phil Carmody
· 14 years ago
34db18a0
smp: move smp setup functions to kernel/smp.c
by Amerigo Wang
· 14 years ago
80cdc6d
fs: use appropriate printk priority levels
by Mandeep Singh Baines
· 14 years ago
e16b396
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
f74b944
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
a5e6b13
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 14 years ago
a926021
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
990d6c2
vfs: Add name to file handle conversion support
by Aneesh Kumar K.V
· 14 years ago
4ba8216
BKL: That's all, folks
by Arnd Bergmann
· 14 years ago
2d0f252
perf cgroup: Fix a typo in kernel config
by Li Zefan
· 14 years ago
e5d1367
perf: Add cgroup support
by Stephane Eranian
· 14 years ago
0a9d59a
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
70a0622
fix jiffy calculations in calibrate_delay_direct to handle overflow
by Tim Deegan
· 14 years ago
5d6a4ea
sysfs: Capitalize description of SYSFS_DEPRECATED{_V2} options
by Ferenc Wagner
· 14 years ago
2b1caf6
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
6a108a1
kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
by David Rientjes
· 14 years ago
2ce802f
lockdep: Move early boot local IRQ enable/disable status to init/main.c
by Tejun Heo
· 14 years ago
c5e0591
Kconfig: BLK_THROTTLE -> BLK_DEV_THROTTLING
by Michael Witten
· 14 years ago
79e2e75
Kconfig: Typo: seti -> set
by Michael Witten
· 14 years ago
f9ee7f6
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
1161ec9
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/urgent
by Ingo Molnar
· 14 years ago
c072a38
rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter status
by Paul E. McKenney
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
3ebe124
decompressors: add boot-time XZ support
by Lasse Collin
· 14 years ago
23d69b0
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
65b2074
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
28d9bfc
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
2af49b6
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
aef1b9c
Merge commit 'v2.6.37' into perf/core
by Ingo Molnar
· 14 years ago
27066fd4
Merge commit 'v2.6.37' into sched/core
by Ingo Molnar
· 14 years ago
a1cf11d
name_to_dev_t() must not call __init code
by Jan Beulich
· 14 years ago
ee4569a
init: don't call flush_scheduled_work() from do_initcalls()
by Tejun Heo
· 14 years ago
394f452
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu
by Ingo Molnar
· 14 years ago
43d547f
init/Kconfig: fix typo
by Jim Cromie
· 14 years ago
9f58a20
init: Initialized IDR earlier
by Peter Zijlstra
· 14 years ago
24a24bb
perf: Move perf_event_init() into main.c
by Peter Zijlstra
· 14 years ago
Next »