aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke1-12/+38
2012-10-06taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl1-0/+1
2012-10-06kdump: remove unneeded includeWei Yongjun1-1/+0
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko1-1/+1
2012-10-06coredump: update coredump-related headersAlex Kelly1-0/+1
2012-10-06coredump: make core dump functionality optionalAlex Kelly1-1/+11
2012-10-06poweroff: fix bug in orderly_poweroff()hongfeng1-1/+1
2012-10-06kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo1-0/+1
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-46/+42
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-150/+44
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-2/+33
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-15/+18
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds15-219/+457
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-1/+26
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-101/+219
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-580/+641
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-3/+42
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-1/+1
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+0
2012-10-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-59/+49
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-705/+686
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds24-407/+1259
2012-10-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+3
2012-10-01Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-40/+102
2012-10-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-64/+65
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-72/+57
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris16-196/+329
2012-09-26switch simple cases of fget_light to fdgetAl Viro3-54/+43
2012-09-26switch prctl_set_mm_exe_file() to fget_light()Al Viro1-4/+4
2012-09-26new helper: daemonize_descriptors()Al Viro1-3/+1
2012-09-26move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro1-93/+0
2012-09-26events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro1-1/+1
2012-09-26kdb: Implement disable_nmi commandAnton Vorontsov1-0/+31
2012-09-26kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov1-3/+11
2012-09-26rcu: Apply micro-optimization and int/bool fixes to RCU's idle handlingPaul E. McKenney1-8/+8
2012-09-26rcu: Userspace RCU extended QS selftestFrederic Weisbecker1-1/+1
2012-09-26rcu: Exit RCU extended QS on user preemptionFrederic Weisbecker1-0/+15
2012-09-26rcu: Exit RCU extended QS on kernel preemption after irq/exceptionFrederic Weisbecker1-0/+1
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker2-0/+16
2012-09-26rcu: Ignore userspace extended quiescent state by defaultFrederic Weisbecker2-1/+5
2012-09-26rcu: Allow rcu_user_enter()/exit() to nestFrederic Weisbecker2-8/+36
2012-09-26rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker1-1/+4
2012-09-26rcu: Make RCU_FAST_NO_HZ handle adaptive ticksPaul E. McKenney1-0/+20
2012-09-26rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIsFrederic Weisbecker1-0/+43
2012-09-26rcu: New rcu_user_enter() and rcu_user_exit() APIsFrederic Weisbecker1-34/+101
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney10-141/+198
2012-09-25Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney11-636/+606
2012-09-25vtime: Consolidate system/idle context detectionFrederic Weisbecker1-0/+26
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker3-8/+8