summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | clockevents: Prefer CPU local devices over global devicesStephen Boyd2013-06-241-2/+7
| * | ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd2013-06-171-11/+8
| * | sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-122-0/+216
| * | alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie2013-06-121-1/+9
| * | power: Add option to log time spent in suspendColin Cross2013-05-294-0/+89
| * | alarmtimer: Add functions for timerfd supportTodd Poynor2013-05-291-1/+38
| * | clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner2013-05-281-0/+1
| * | clockevents: Define CS_NAME_LEN unconditionallyThomas Gleixner2013-05-281-2/+2
| * | clockevents: Implement unbind functionalityThomas Gleixner2013-05-164-4/+161
| * | clockevents: Split out selection logicThomas Gleixner2013-05-162-38/+56
| * | clockevents: Provide sysfs interfaceThomas Gleixner2013-05-161-0/+86
| * | clockevents: Add module refcountThomas Gleixner2013-05-163-0/+8
| * | clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner2013-05-163-48/+35
| * | clockevents: Simplify lockingThomas Gleixner2013-05-161-17/+5
| * | clockevents: Get rid of the notifier chainThomas Gleixner2013-05-164-63/+14
| * | clocksource: Let clocksource_unregister() return success/errorThomas Gleixner2013-05-161-21/+12
| * | clocksource: Provide unbind interface in sysfsThomas Gleixner2013-05-161-0/+73
| * | clocksource: Split out user string inputThomas Gleixner2013-05-161-14/+23
| * | clocksource: Allow clocksource select to skip current clocksourceThomas Gleixner2013-05-161-11/+20
| * | clocksource: Add module refcountThomas Gleixner2013-05-161-5/+14
| * | clocksource: Let timekeeping_notify return success/errorThomas Gleixner2013-05-162-5/+6