| Commit message (Expand) | Author | Age | Files | Lines |
* | ftrace: Clear bits properly in reset_iter_read() | Dan Carpenter | 2012-12-17 | 1 | -1/+1 |
* | workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s | Tejun Heo | 2012-12-17 | 1 | -2/+2 |
* | Revert "sched, autogroup: Stop going ahead if autogroup is disabled" | Mike Galbraith | 2012-12-10 | 2 | -9/+0 |
* | workqueue: exit rescuer_thread() as TASK_RUNNING | Mike Galbraith | 2012-12-10 | 1 | -1/+3 |
* | watchdog: using u64 in get_sample_period() | Chuansheng Liu | 2012-12-03 | 1 | -2/+2 |
* | futex: avoid wake_futex() for a PI futex_q | Darren Hart | 2012-12-03 | 1 | -1/+17 |
* | Resource: fix wrong resource window calculation | Ram Pai | 2012-11-26 | 1 | -1/+6 |
* | futex: Handle futex_pi OWNER_DIED take over correctly | Thomas Gleixner | 2012-11-17 | 1 | -19/+22 |
* | cgroup: notify_on_release may not be triggered in some cases | Daisuke Nishimura | 2012-10-28 | 1 | -2/+1 |
* | use clamp_t in UNAME26 fix | Kees Cook | 2012-10-28 | 1 | -1/+1 |
* | kernel/sys.c: fix stack memory content leak via UNAME26 | Kees Cook | 2012-10-28 | 1 | -5/+7 |
* | timers: Fix endless looping between cascade() and internal_add_timer() | Hildner, Christian | 2012-10-21 | 1 | -4/+6 |
* | module: taint kernel when lve module is loaded | Matthew Garrett | 2012-10-21 | 1 | -0/+4 |
* | CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume | Srivatsa S. Bhat | 2012-10-13 | 2 | -4/+39 |
* | rcu: Fix day-one dyntick-idle stall-warning bug | Paul E. McKenney | 2012-10-13 | 1 | -1/+3 |
* | workqueue: add missing smp_wmb() in process_one_work() | Tejun Heo | 2012-10-13 | 1 | -0/+2 |
* | kernel/sys.c: call disable_nonboot_cpus() in kernel_restart() | Shawn Guo | 2012-10-13 | 1 | -0/+1 |
* | sched: Fix ancient race in do_exit() | Yasunori Goto | 2012-10-02 | 1 | -0/+16 |
* | time: Move ktime_t overflow checking into timespec_valid_strict | John Stultz | 2012-10-02 | 1 | -4/+10 |
* | time: Avoid making adjustments if we haven't accumulated anything | John Stultz | 2012-10-02 | 1 | -0/+4 |
* | time: Improve sanity checking of timekeeping inputs | John Stultz | 2012-10-02 | 1 | -2/+24 |
* | sched: Fix race in task_group() | Peter Zijlstra | 2012-10-02 | 1 | -14/+18 |
* | Fix a dead loop in async_synchronize_full() | Li Zhong | 2012-10-02 | 1 | -4/+9 |
* | workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomic | Lai Jiangshan | 2012-10-02 | 1 | -3/+6 |
* | perf_event: Switch to internal refcount, fix race with close() | Al Viro | 2012-10-02 | 1 | -29/+33 |
* | workqueue: reimplement work_on_cpu() using system_wq | Tejun Heo | 2012-10-02 | 1 | -17/+8 |
* | audit: fix refcounting in audit-tree | Miklos Szeredi | 2012-09-14 | 1 | -3/+2 |
* | audit: don't free_chunk() after fsnotify_add_mark() | Miklos Szeredi | 2012-09-14 | 1 | -3/+3 |
* | random: remove rand_initialize_irq() | Theodore Ts'o | 2012-08-15 | 1 | -17/+0 |
* | random: make 'add_interrupt_randomness()' do something sane | Theodore Ts'o | 2012-08-15 | 1 | -4/+3 |
* | futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() | Darren Hart | 2012-08-09 | 1 | -5/+8 |
* | futex: Fix bug in WARN_ON for NULL q.pi_state | Darren Hart | 2012-08-09 | 1 | -1/+1 |
* | futex: Test for pi_mutex on fault in futex_wait_requeue_pi() | Darren Hart | 2012-08-09 | 1 | -1/+1 |
* | workqueue: perform cpu down operations from low priority cpu_notifier() | Tejun Heo | 2012-08-09 | 1 | -1/+37 |
* | ftrace: Disable function tracing during suspend/resume and hibernation, again | Srivatsa S. Bhat | 2012-08-09 | 2 | -0/+9 |
* | cpuset: mm: reduce large amounts of memory barrier related damage v3 | Mel Gorman | 2012-08-01 | 2 | -35/+11 |
* | cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask | David Rientjes | 2012-08-01 | 1 | -5/+24 |
* | cpusets: avoid looping when storing to mems_allowed if one node remains set | David Rientjes | 2012-08-01 | 1 | -3/+6 |
* | ntp: Fix STA_INS/DEL clearing bug | John Stultz | 2012-08-01 | 1 | -2/+6 |
* | timekeeping: Add missing update call in timekeeping_resume() | Thomas Gleixner | 2012-07-19 | 1 | -0/+1 |
* | hrtimer: Update hrtimer base offsets each hrtimer_interrupt | John Stultz | 2012-07-19 | 1 | -14/+14 |
* | timekeeping: Provide hrtimer update function | Thomas Gleixner | 2012-07-19 | 1 | -0/+34 |
* | hrtimers: Move lock held region in hrtimer_interrupt() | Thomas Gleixner | 2012-07-19 | 1 | -2/+3 |
* | timekeeping: Maintain ktime_t based offsets for hrtimers | Thomas Gleixner | 2012-07-19 | 1 | -1/+24 |
* | timekeeping: Fix leapsecond triggered load spike issue | John Stultz | 2012-07-19 | 1 | -0/+4 |
* | hrtimer: Provide clock_was_set_delayed() | John Stultz | 2012-07-19 | 1 | -0/+20 |
* | time: Move common updates to a function | Thomas Gleixner | 2012-07-19 | 1 | -17/+17 |
* | timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond | John Stultz | 2012-07-19 | 1 | -1/+2 |
* | ntp: Correct TAI offset during leap second | Richard Cochran | 2012-07-19 | 1 | -1/+1 |
* | ntp: Fix leap-second hrtimer livelock | John Stultz | 2012-07-19 | 2 | -93/+47 |