Age | Commit message (Expand) | Author | Files | Lines |
2015-08-03 | stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s... | Oleg Nesterov | 1 | -8/+9 |
2015-08-03 | sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() | Konstantin Khlebnikov | 1 | -3/+3 |
2015-08-03 | sched/fair: Beef up wake_wide() | Mike Galbraith | 1 | -34/+33 |
2015-08-03 | sched: Introduce the 'trace_sched_waking' tracepoint | Peter Zijlstra | 3 | -5/+9 |
2015-08-03 | sched/cputime: Guarantee stime + utime == rtime | Peter Zijlstra | 2 | -44/+64 |
2015-08-03 | sched, sysctl: Delete an unnecessary check before unregister_sysctl_table() | Markus Elfring | 1 | -2/+1 |
2015-08-03 | sched/deadline: Remove a redundant condition from task_woken_dl() | Xunlei Pang | 1 | -1/+0 |
2015-08-03 | sched/rt: Remove a redundant condition from task_woken_rt() | Xunlei Pang | 1 | -1/+0 |
2015-08-03 | sched/fair: Avoid pulling all tasks in idle balancing | Yuyang Du | 1 | -0/+7 |
2015-08-03 | locking/static_keys: Add selftest | Peter Zijlstra | 1 | -1/+38 |
2015-08-03 | locking/static_keys: Add a new static_key interface | Peter Zijlstra | 1 | -7/+30 |
2015-08-03 | locking/static_keys: Rework update logic | Peter Zijlstra | 1 | -50/+38 |
2015-08-03 | locking/static_keys: Add static_key_{en,dis}able() helpers | Peter Zijlstra | 1 | -4/+2 |
2015-08-03 | jump_label: Add jump_entry_key() helper | Peter Zijlstra | 1 | -4/+9 |
2015-08-03 | jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers... | Peter Zijlstra | 1 | -9/+16 |
2015-08-03 | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP} | Peter Zijlstra | 1 | -9/+9 |
2015-08-03 | Merge branch 'x86/asm' into locking/core | Ingo Molnar | 2 | -0/+3 |
2015-08-03 | locking/pvqspinlock: Only kick CPU at unlock time | Waiman Long | 2 | -21/+51 |
2015-08-03 | locking/qrwlock: Reduce reader/writer to reader lock transfer latency | Waiman Long | 1 | -8/+4 |
2015-08-03 | locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpath | Will Deacon | 1 | -5/+18 |
2015-08-03 | locking: Clean up pvqspinlock warning | Peter Zijlstra | 1 | -6/+7 |
2015-08-03 | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f... | Ingo Molnar | 19 | -124/+276 |
2015-08-01 | clockevents: Drop redundant cpumask check in tick_check_new_device() | Luiz Capitulino | 1 | -3/+0 |
2015-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -21/+37 |
2015-07-31 | PM / suspend: make sync() on suspend-to-RAM build-time optional | Len Brown | 2 | -0/+12 |
2015-07-31 | x86/ldt: Make modify_ldt() optional | Andy Lutomirski | 1 | -0/+1 |
2015-07-31 | uprobes: Fix the waitqueue_active() check in xol_free_insn_slot() | Oleg Nesterov | 1 | -0/+1 |
2015-07-31 | uprobes: Use vm_special_mapping to name the XOL vma | Oleg Nesterov | 1 | -10/+20 |
2015-07-31 | uprobes: Fix the usage of install_special_mapping() | Oleg Nesterov | 1 | -8/+9 |
2015-07-31 | uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more clever | Oleg Nesterov | 1 | -7/+7 |
2015-07-31 | uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive() | Oleg Nesterov | 1 | -3/+6 |
2015-07-31 | uprobes: Change prepare_uretprobe() to (try to) flush the dead frames | Oleg Nesterov | 1 | -0/+13 |
2015-07-31 | uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp() | Oleg Nesterov | 1 | -11/+18 |
2015-07-31 | uprobes/x86: Reimplement arch_uretprobe_is_alive() | Oleg Nesterov | 1 | -0/+1 |
2015-07-31 | uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive() | Oleg Nesterov | 1 | -9/+5 |
2015-07-31 | uprobes: Change handle_trampoline() to find the next chain beforehand | Oleg Nesterov | 1 | -11/+16 |
2015-07-31 | uprobes: Change prepare_uretprobe() to use uprobe_warn() | Oleg Nesterov | 1 | -7/+3 |
2015-07-31 | uprobes: Send SIGILL if handle_trampoline() fails | Oleg Nesterov | 1 | -11/+10 |
2015-07-31 | uprobes: Introduce free_ret_instance() | Oleg Nesterov | 1 | -14/+13 |
2015-07-31 | uprobes: Introduce get_uprobe() | Oleg Nesterov | 1 | -19/+20 |
2015-07-31 | Merge branch 'x86/urgent' into x86/asm, before applying dependent patches | Ingo Molnar | 18 | -123/+266 |
2015-07-31 | Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more... | Ingo Molnar | 3 | -23/+39 |
2015-07-30 | genirq/irqdomain: Allow irq domain aliasing | Marc Zyngier | 1 | -5/+13 |
2015-07-30 | genirq: Use the proper parameter name in kernel doc | Masanari Iida | 1 | -1/+1 |
2015-07-30 | Merge branch 'linus' into irq/core | Thomas Gleixner | 15 | -113/+231 |
2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 2 | -15/+7 |
2015-07-29 | nohz: Remove useless argument on tick_nohz_task_switch() | Frederic Weisbecker | 2 | -2/+2 |
2015-07-29 | nohz: Move tick_nohz_restart_sched_tick() above its users | Frederic Weisbecker | 1 | -18/+16 |
2015-07-29 | nohz: Restart nohz full tick from irq exit | Frederic Weisbecker | 1 | -24/+10 |
2015-07-29 | nohz: Remove idle task special case | Frederic Weisbecker | 1 | -5/+3 |