summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | tracing: Do not call kmem_cache_free() on allocation failureNamhyung Kim2013-06-111-6/+1
| * | | | | | | | ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt2013-06-111-2/+21
| * | | | | | | | tracing: Fix file mode of free_bufferWang YanQing2013-06-111-1/+1
| * | | | | | | | tracing/trivial: Consolidate error return conditionHarsh Prateek Bora2013-06-111-4/+1
| * | | | | | | | tracing: Add function probe to trigger a ftrace dump of current CPU traceSteven Rostedt (Red Hat)2013-06-111-0/+44
| * | | | | | | | tracing: Add function probe to trigger a ftrace dump to consoleSteven Rostedt (Red Hat)2013-06-111-5/+54
| |/ / / / / / /
* | | | | | | | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | printk: Fix rq->lock vs logbuf_lock unlock lock inversionBu, Yitian2013-02-181-1/+1
* | | | | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-07-101-4/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm: remove free_area_cacheMichel Lespinasse2013-07-101-4/+0
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-101-2/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | perf: Fix interrupt handler timing harnessStephane Eranian2013-07-051-2/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-102-35/+44
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | module: cleanup call chain.Rusty Russell2013-07-031-19/+16
| * | | | | | | | module: do percpu allocation after uniqueness check. No, really!Rusty Russell2013-07-031-16/+18
| * | | | | | | | modules: don't fail to load on unknown parameters.Rusty Russell2013-07-021-1/+12
| * | | | | | | | There is no /sys/parametersJean Delvare2013-07-021-1/+1
| * | | | | | | | module: don't modify argument of module_kallsyms_lookup_name()Mathias Krause2013-07-021-8/+7
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-1/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-0312-120/+294
| |\ \ \ \ \ \ \ \
| * | | | | | | | | kernel: remove unnecessary head fileJunweiZhang2013-06-261-1/+0
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-091-1/+75
* | | | | | | | | reboot: checkpatch.pl the new kernel/reboot.c fileRobin Holt2013-07-091-14/+13
* | | | | | | | | reboot: move shutdown/reboot related functions to kernel/reboot.cRobin Holt2013-07-093-332/+347
* | | | | | | | | reboot: remove -stable friendly PF_THREAD_BOUND defineRobin Holt2013-07-091-5/+0
* | | | | | | | | ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Oleg Nesterov2013-07-091-0/+1
* | | | | | | | | ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov2013-07-092-17/+1
* | | | | | | | | panic: add cpu/pid to warn_slowpath_common in WARNING printk()sAlex Thorlton2013-07-091-2/+3
* | | | | | | | | audit: Fix decimal constant descriptionMichal Simek2013-07-091-1/+1
* | | | | | | | | kernel/auditfilter.c: fix leak in audit_add_rule() error pathChen Gang2013-07-091-0/+6
* | | | | | | | | kernel/auditfilter.c: fixing build warningRaphael S. Carvalho2013-07-091-1/+1
* | | | | | | | | audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2013-07-092-3/+10
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-0615-540/+1223
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hrtimer: Remove unused variableThomas Gleixner2013-07-061-2/+0
| * | | | | | | | | hrtimers: Move SMP function call to thread contextThomas Gleixner2013-07-051-22/+15
| * | | | | | | | | clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner2013-07-051-15/+42
| * | | | | | | | | Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-0438-527/+691
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | posix-cpu-timers: don't account cpu timer after stopped thread runtime accoun...KOSAKI Motohiro2013-07-041-3/+36
| | * | | | | | | | | posix_timers: fix racy timer delta caching on task exitFrederic Weisbecker2013-07-031-11/+11
| | * | | | | | | | | posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule()Frederic Weisbecker2013-07-031-0/+1
| | * | | | | | | | | posix_cpu_timers: consolidate expired timers checkFrederic Weisbecker2013-07-031-85/+33
| | * | | | | | | | | posix_cpu_timers: consolidate timer list cleanupsFrederic Weisbecker2013-07-031-29/+19
| | * | | | | | | | | posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker2013-07-031-160/+106
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | tick: Sanitize broadcast control logicThomas Gleixner2013-07-022-12/+61
| * | | | | | | | | tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner2013-07-021-1/+9
| * | | | | | | | | tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner2013-07-021-2/+11
| * | | | | | | | | timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel2013-06-281-12/+18
| * | | | | | | | | timekeeping: Pass flags instead of multiple bools to timekeeping_update()David Vrabel2013-06-281-9/+12
| * | | | | | | | | hrtimers: Support resuming with two or more CPUs online (but stopped)David Vrabel2013-06-281-3/+12
| * | | | | | | | | timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche2013-06-281-3/+5