summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-08-19rcu: Avoid redundant grace-period kthread wakeupsPaul E. McKenney1-3/+5
2013-08-19rcu: Make call_rcu() leak callbacks for debug-object errorsPaul E. McKenney2-4/+20
2013-08-19rcu: Simplify debug-objects fixupsPaul E. McKenney1-100/+0
2013-08-19rcu: Expedite grace periods during suspend/resumeBorislav Petkov1-0/+21
2013-07-30rcu: Have the RCU tracepoints use the tracepoint_string infrastructureSteven Rostedt (Red Hat)2-50/+69
2013-07-30rcu: Simplify RCU_STATE_INITIALIZER() macroSteven Rostedt (Red Hat)2-11/+7
2013-07-30rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)7-11/+11
2013-07-26tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)2-0/+22
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2013-07-16sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman1-2/+0
2013-07-15kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker15-33/+33
2013-07-15rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker4-11/+11
2013-07-15PM / Sleep: avoid 'autosleep' in shutdown progressLiu ShuoX1-1/+2
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+1
2013-07-14cgroup: we can use simple_lookup() nowAl Viro1-10/+1
2013-07-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+11
2013-07-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2013-07-14Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-62/+75
2013-07-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+25
2013-07-14Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2013-07-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-12/+0
2013-07-12sched: Fix HRTICKPeter Zijlstra1-9/+11
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd1-1/+4
2013-07-12Merge branch 'linus' into timers/urgentThomas Gleixner62-2553/+3927
2013-07-12mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst1-0/+1
2013-07-12perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra1-1/+14
2013-07-12perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa1-1/+10
2013-07-12perf: Clone child context from parent context pmuJiri Olsa1-1/+1
2013-07-11Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds13-265/+650
2013-07-11Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2013-07-11Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-4/+0
2013-07-11mm: remove free_area_cacheMichel Lespinasse1-4/+0
2013-07-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2013-07-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-35/+44
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar3-61/+71
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt1-1/+75
2013-07-09reboot: checkpatch.pl the new kernel/reboot.c fileRobin Holt1-14/+13
2013-07-09reboot: move shutdown/reboot related functions to kernel/reboot.cRobin Holt3-332/+347
2013-07-09reboot: remove -stable friendly PF_THREAD_BOUND defineRobin Holt1-5/+0
2013-07-09ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Oleg Nesterov1-0/+1
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov2-17/+1
2013-07-09panic: add cpu/pid to warn_slowpath_common in WARNING printk()sAlex Thorlton1-2/+3
2013-07-09audit: Fix decimal constant descriptionMichal Simek1-1/+1
2013-07-09kernel/auditfilter.c: fix leak in audit_add_rule() error pathChen Gang1-0/+6
2013-07-09kernel/auditfilter.c: fixing build warningRaphael S. Carvalho1-1/+1
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2-3/+10
2013-07-07Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-540/+1223
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds3-401/+186