summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-06-04posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner-10/+11
2017-06-04posix-timers: Rename do_schedule_next_timerThomas Gleixner-7/+7
2017-06-04posix-timers: Add timer_rearm() callbackThomas Gleixner-15/+18
2017-06-04posix-timers: Store k_clock pointer in k_itimerThomas Gleixner-3/+6
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner-17/+16
2017-06-04posix-timers: Unify overrun/requeue_pending handlingThomas Gleixner-18/+15
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner-0/+36
2017-06-04posix-timers: Avoid gazillions of forward declarationsThomas Gleixner-101/+89
2017-06-04posix-clocks: Remove interval timer facility and mmap/fasync callbacksThomas Gleixner-113/+0
2017-06-04posix-timers: Remove unused export of posix_timer_event()Thomas Gleixner-1/+0
2017-06-04alarmtimer: Remove pointless config conditionalThomas Gleixner-2/+1
2017-06-04Merge branch 'timers/urgent' into WIP.timersThomas Gleixner-70/+114
2017-06-04alarmtimer: Rate limit periodic intervalsThomas Gleixner-0/+8
2017-06-04alarmtimer: Prevent overflow of relative timersThomas Gleixner-3/+3
2017-06-04posix-timers: Move the do_schedule_next_timer declarationChristoph Hellwig-0/+1
2017-06-04genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner-2/+17
2017-06-04genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner-25/+63
2017-06-03cpu/hotplug: Drop the device lock on errorSebastian Andrzej Siewior-2/+2
2017-06-03perf/core: Don't release cred_guard_mutex if not takenAlexander Levin-1/+1
2017-06-02bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng-1/+3
2017-06-02bpf: Allow CGROUP_SKB eBPF program to access sk_buffChenbo Feng-0/+1
2017-06-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-0/+1
2017-05-31bpf: use different interpreter depending on required stack sizeAlexei Starovoitov-9/+31
2017-05-31bpf: reconcile bpf_tail_call and stack_depthAlexei Starovoitov-0/+1
2017-05-31bpf: teach verifier to track stack depthAlexei Starovoitov-1/+9
2017-05-31bpf: split bpf core interpreterAlexei Starovoitov-7/+14
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov-2/+2
2017-05-30audit: add ambient capabilities to CAPSET and BPRM_FCAPS recordsRichard Guy Briggs-3/+10
2017-05-30nohz: Reset next_tick cache even when the timer has no regsFrederic Weisbecker-0/+2
2017-05-27do_sigaltstack(): lift copying to/from userland into callersAl Viro-61/+46
2017-05-27take compat_sys_old_getrlimit() to native syscallAl Viro-29/+24
2017-05-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+16
2017-05-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+18
2017-05-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+12
2017-05-27Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2017-05-27alarmtimer: Fix posix-timer constification falloutThomas Gleixner-0/+2
2017-05-27posix-timers: Make posix_clocks immutableChristoph Hellwig-170/+146
2017-05-26kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu-1/+1
2017-05-26ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques-1/+1
2017-05-27livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMSMiroslav Benes-0/+1
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-30/+29
2017-05-26genirq: Make early_irq_init() print out more informativeVincent Legoll-2/+3
2017-05-26cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner-0/+13
2017-05-26cpu/hotplug: Convert hotplug locking to percpu rwsemThomas Gleixner-94/+13
2017-05-26kprobes: Cure hotplug lock ordering issuesThomas Gleixner-27/+32
2017-05-26jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner-6/+14
2017-05-26perf/tracing/cpuhotplug: Fix locking orderThomas Gleixner-30/+76
2017-05-26cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()Sebastian Andrzej Siewior-1/+1
2017-05-26padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()Sebastian Andrzej Siewior-5/+6
2017-05-26padata: Make padata_alloc() staticThomas Gleixner-16/+16