| Commit message (Expand) | Author | Age | Files | Lines |
* | kexec: fix wrong types of some local variables | Zhang Yanfei | 2013-05-01 | 1 | -3/+3 |
* | coredump: only SIGKILL should interrupt the coredumping task | Oleg Nesterov | 2013-05-01 | 1 | -2/+4 |
* | kmod: remove call_usermodehelper_fns() | Lucas De Marchi | 2013-05-01 | 1 | -14/+17 |
* | kmod: split call to call_usermodehelper_fns() | Lucas De Marchi | 2013-05-01 | 1 | -2/+10 |
* | usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set... | Lucas De Marchi | 2013-05-01 | 1 | -33/+24 |
* | ptrace: add ability to retrieve signals without removing from a queue (v4) | Andrey Vagin | 2013-05-01 | 1 | -0/+80 |
* | kernel/timer.c: move some non timer related syscalls to kernel/sys.c | Stephen Rothwell | 2013-05-01 | 2 | -207/+212 |
* | kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINE | Stephen Rothwell | 2013-05-01 | 1 | -2/+1 |
* | kernel/compat.c: make do_sysinfo() static | Stephen Rothwell | 2013-05-01 | 2 | -66/+69 |
* | kernel/smp.c: cleanups | Andrew Morton | 2013-05-01 | 1 | -45/+46 |
* | kernel/smp.c: remove 'priv' of call_single_data | liguang | 2013-05-01 | 1 | -4/+2 |
* | kernel/smp.c: use '|=' for csd_lock | liguang | 2013-05-01 | 1 | -1/+1 |
* | workqueue: include workqueue info when printing debug dump of a worker task | Tejun Heo | 2013-05-01 | 4 | -1/+93 |
* | kthread: implement probe_kthread_data() | Tejun Heo | 2013-05-01 | 1 | -0/+19 |
* | arc, print-fatal-signals: reduce duplicated information | Vineet Gupta | 2013-05-01 | 1 | -2/+1 |
* | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 2013-05-01 | 1 | -0/+16 |
* | dump_stack: implement arch-specific hardware description in task dumps | Tejun Heo | 2013-05-01 | 2 | -6/+26 |
* | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 2013-05-01 | 1 | -0/+18 |
* | kernel/range.c: subtract_range: fix the broken phrase issued by printk | Lin Feng | 2013-05-01 | 1 | -1/+2 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-04-30 | 1 | -3/+3 |
|\ |
|
| * | extable: Flip the sorting message | Borislav Petkov | 2013-04-15 | 1 | -3/+3 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-04-30 | 12 | -279/+757 |
|\ \ |
|
| * | | clockevents: Set dummy handler on CPU_DEAD shutdown | Thomas Gleixner | 2013-04-25 | 2 | -0/+5 |
| * | | Merge branch 'linus' into timers/core | Thomas Gleixner | 2013-04-24 | 31 | -275/+539 |
| |\ \ |
|
| * | | | timekeeping: Update tk->cycle_last in resume | Thomas Gleixner | 2013-04-22 | 1 | -1/+1 |
| * | | | posix-timers: Remove unused variable | Thomas Gleixner | 2013-04-18 | 1 | -1/+0 |
| * | | | clockevents: Switch into oneshot mode even if broadcast registered late | Stephen Boyd | 2013-04-17 | 1 | -0/+10 |
| * | | | timer_list: Convert timer list to be a proper seq_file | Nathan Zimmer | 2013-04-17 | 1 | -12/+77 |
| * | | | timer_list: Split timer_list_show_tickdevices | Nathan Zimmer | 2013-04-17 | 1 | -12/+9 |
| * | | | posix timers: Allocate timer id per process (v2) | Pavel Emelyanov | 2013-04-17 | 1 | -37/+69 |
| * | | | timekeeping: Make sure to notify hrtimers when TAI offset changes | John Stultz | 2013-04-11 | 1 | -3/+7 |
| * | | | hrtimer: Fix ktime_add_ns() overflow on 32bit architectures | David Engraf | 2013-04-08 | 1 | -0/+4 |
| * | | | hrtimer: Add expiry time overflow check in hrtimer_interrupt | Prarit Bhargava | 2013-04-08 | 1 | -0/+2 |
| * | | | timekeeping: Shorten seq_count region | Thomas Gleixner | 2013-04-04 | 1 | -3/+2 |
| * | | | timekeeping: Implement a shadow timekeeper | Thomas Gleixner | 2013-04-04 | 1 | -12/+29 |
| * | | | timekeeping: Delay update of clock->cycle_last | Thomas Gleixner | 2013-04-04 | 1 | -1/+3 |
| * | | | timekeeping: Store cycle_last value in timekeeper struct as well | Thomas Gleixner | 2013-04-04 | 1 | -2/+2 |
| * | | | ntp: Remove ntp_lock, using the timekeeping locks to protect ntp state | John Stultz | 2013-04-04 | 1 | -37/+4 |
| * | | | timekeeping: Simplify tai updating from do_adjtimex | John Stultz | 2013-04-04 | 1 | -5/+4 |
| * | | | timekeeping: Hold timekeepering locks in do_adjtimex and hardpps | John Stultz | 2013-04-04 | 1 | -2/+17 |
| * | | | timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex() | John Stultz | 2013-04-04 | 2 | -11/+11 |
| * | | | ntp: Rework do_adjtimex to take timespec and tai arguments | John Stultz | 2013-04-04 | 3 | -16/+17 |
| * | | | ntp: Move timex validation to timekeeping do_adjtimex call. | John Stultz | 2013-04-04 | 3 | -5/+8 |
| * | | | ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c | John Stultz | 2013-04-04 | 3 | -5/+36 |
| * | | | ntp: Split out timex validation from do_adjtimex | John Stultz | 2013-04-04 | 1 | -12/+27 |
| * | | | Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux... | Thomas Gleixner | 2013-04-03 | 8 | -93/+301 |
| |\ \ \ |
|
| | * | | | timekeeping: __timekeeping_set_tai_offset can be static | Fengguang Wu | 2013-03-25 | 1 | -1/+1 |
| | * | | | timekeeping: Split timekeeper_lock into lock and seqcount | Thomas Gleixner | 2013-03-23 | 1 | -59/+73 |
| | * | | | timekeeping: Move lock out of timekeeper struct | Thomas Gleixner | 2013-03-23 | 1 | -55/+53 |
| | * | | | timekeeping: Make jiffies_lock internal | Thomas Gleixner | 2013-03-23 | 2 | -0/+3 |