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