| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-07-09 | 1 | -1/+0 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-07-03 | 12 | -120/+294 |
| |\ |
|
| * | | kernel: remove unnecessary head file | JunweiZhang | 2013-06-26 | 1 | -1/+0 |
* | | | reboot: move arch/x86 reboot= handling to generic kernel | Robin Holt | 2013-07-09 | 1 | -1/+75 |
* | | | reboot: checkpatch.pl the new kernel/reboot.c file | Robin Holt | 2013-07-09 | 1 | -14/+13 |
* | | | reboot: move shutdown/reboot related functions to kernel/reboot.c | Robin Holt | 2013-07-09 | 3 | -332/+347 |
* | | | reboot: remove -stable friendly PF_THREAD_BOUND define | Robin Holt | 2013-07-09 | 1 | -5/+0 |
* | | | ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child) | Oleg Nesterov | 2013-07-09 | 1 | -0/+1 |
* | | | ptrace: revert "Prepare to fix racy accesses on task breakpoints" | Oleg Nesterov | 2013-07-09 | 2 | -17/+1 |
* | | | panic: add cpu/pid to warn_slowpath_common in WARNING printk()s | Alex Thorlton | 2013-07-09 | 1 | -2/+3 |
* | | | audit: Fix decimal constant description | Michal Simek | 2013-07-09 | 1 | -1/+1 |
* | | | kernel/auditfilter.c: fix leak in audit_add_rule() error path | Chen Gang | 2013-07-09 | 1 | -0/+6 |
* | | | kernel/auditfilter.c: fixing build warning | Raphael S. Carvalho | 2013-07-09 | 1 | -1/+1 |
* | | | audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_... | Jeff Layton | 2013-07-09 | 2 | -3/+10 |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-07-06 | 15 | -540/+1223 |
|\ \ \ |
|
| * | | | hrtimer: Remove unused variable | Thomas Gleixner | 2013-07-06 | 1 | -2/+0 |
| * | | | hrtimers: Move SMP function call to thread context | Thomas Gleixner | 2013-07-05 | 1 | -22/+15 |
| * | | | clocksource: Reselect clocksource when watchdog validated high-res capability | Thomas Gleixner | 2013-07-05 | 1 | -15/+42 |
| * | | | Merge branch 'timers/posix-cpu-timers-for-tglx' of | Thomas Gleixner | 2013-07-04 | 38 | -527/+691 |
| |\ \ \ |
|
| | * | | | posix-cpu-timers: don't account cpu timer after stopped thread runtime accoun... | KOSAKI Motohiro | 2013-07-04 | 1 | -3/+36 |
| | * | | | posix_timers: fix racy timer delta caching on task exit | Frederic Weisbecker | 2013-07-03 | 1 | -11/+11 |
| | * | | | posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule() | Frederic Weisbecker | 2013-07-03 | 1 | -0/+1 |
| | * | | | posix_cpu_timers: consolidate expired timers check | Frederic Weisbecker | 2013-07-03 | 1 | -85/+33 |
| | * | | | posix_cpu_timers: consolidate timer list cleanups | Frederic Weisbecker | 2013-07-03 | 1 | -29/+19 |
| | * | | | posix_cpu_timer: consolidate expiry time type | Frederic Weisbecker | 2013-07-03 | 1 | -160/+106 |
| | | |/
| | |/| |
|
| * | | | tick: Sanitize broadcast control logic | Thomas Gleixner | 2013-07-02 | 2 | -12/+61 |
| * | | | tick: Prevent uncontrolled switch to oneshot mode | Thomas Gleixner | 2013-07-02 | 1 | -1/+9 |
| * | | | tick: Make oneshot broadcast robust vs. CPU offlining | Thomas Gleixner | 2013-07-02 | 1 | -2/+11 |
| * | | | timekeeping: Indicate that clock was set in the pvclock gtod notifier | David Vrabel | 2013-06-28 | 1 | -12/+18 |
| * | | | timekeeping: Pass flags instead of multiple bools to timekeeping_update() | David Vrabel | 2013-06-28 | 1 | -9/+12 |
| * | | | hrtimers: Support resuming with two or more CPUs online (but stopped) | David Vrabel | 2013-06-28 | 1 | -3/+12 |
| * | | | timer: Fix jiffies wrap behavior of round_jiffies_common() | Bart Van Assche | 2013-06-28 | 1 | -3/+5 |
| * | | | clockevents: Prefer CPU local devices over global devices | Stephen Boyd | 2013-06-24 | 1 | -2/+7 |
| * | | | ARM: sched_clock: Load cycle count after epoch stabilizes | Stephen Boyd | 2013-06-17 | 1 | -11/+8 |
| * | | | sched_clock: Make ARM's sched_clock generic for all architectures | Stephen Boyd | 2013-06-12 | 2 | -0/+216 |
| * | | | alarmtimer: Export symbols of functions declared in linux/alarmtimer.h | Marcus Gelderie | 2013-06-12 | 1 | -1/+9 |
| * | | | power: Add option to log time spent in suspend | Colin Cross | 2013-05-29 | 4 | -0/+89 |
| * | | | alarmtimer: Add functions for timerfd support | Todd Poynor | 2013-05-29 | 1 | -1/+38 |
| * | | | clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET... | Thomas Gleixner | 2013-05-28 | 1 | -0/+1 |
| * | | | clockevents: Define CS_NAME_LEN unconditionally | Thomas Gleixner | 2013-05-28 | 1 | -2/+2 |
| * | | | clockevents: Implement unbind functionality | Thomas Gleixner | 2013-05-16 | 4 | -4/+161 |
| * | | | clockevents: Split out selection logic | Thomas Gleixner | 2013-05-16 | 2 | -38/+56 |
| * | | | clockevents: Provide sysfs interface | Thomas Gleixner | 2013-05-16 | 1 | -0/+86 |
| * | | | clockevents: Add module refcount | Thomas Gleixner | 2013-05-16 | 3 | -0/+8 |
| * | | | clockevents: Move the tick_notify() switch case to clockevents_notify() | Thomas Gleixner | 2013-05-16 | 3 | -48/+35 |
| * | | | clockevents: Simplify locking | Thomas Gleixner | 2013-05-16 | 1 | -17/+5 |
| * | | | clockevents: Get rid of the notifier chain | Thomas Gleixner | 2013-05-16 | 4 | -63/+14 |
| * | | | clocksource: Let clocksource_unregister() return success/error | Thomas Gleixner | 2013-05-16 | 1 | -21/+12 |
| * | | | clocksource: Provide unbind interface in sysfs | Thomas Gleixner | 2013-05-16 | 1 | -0/+73 |
| * | | | clocksource: Split out user string input | Thomas Gleixner | 2013-05-16 | 1 | -14/+23 |