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