aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz1-9/+10
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz1-16/+36
2017-06-19m68k: Remove ptrace_signal_deliverAndreas Schwab1-1/+0
2017-06-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-6/+14
2017-06-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2017-06-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2017-06-17signal: Only reschedule timers on signals timers have sentEric W. Biederman1-6/+14
2017-06-16audit: make sure we never skip the multicast broadcastPaul Moore1-3/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-76/+46
2017-06-15Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Rafael J. Wysocki136-3847/+8988
2017-06-15ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2-7/+30
2017-06-14cgroup: fix lockdep warning in debug controllerTejun Heo1-8/+21
2017-06-14cgroup: refactor cgroup_masks_read() in the debug controllerTejun Heo1-25/+21
2017-06-14cgroup: make debug an implicit controller on cgroup2Tejun Heo1-3/+56
2017-06-14cgroup: Make debug cgroup support v2 and thread modeWaiman Long1-17/+153
2017-06-14cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long1-0/+6
2017-06-14cgroup: Move debug cgroup to its own fileWaiman Long4-148/+157
2017-06-14cgroup: Keep accurate count of tasks in each css_setWaiman Long2-5/+11
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song2-25/+67
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner5-7/+7
2017-06-14posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()Thomas Gleixner1-4/+5
2017-06-14time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro2-38/+41
2017-06-14time: Move compat_time()/stime() to nativeAl Viro2-40/+41
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro3-36/+42
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro3-55/+115
2017-06-14itimers: Move compat itimer syscalls to native onesAl Viro3-53/+56
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneAl Viro3-26/+35
2017-06-14posix-timers: Take compat timer_settime(2) to native oneAl Viro3-47/+64
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro4-90/+104
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro4-12/+1
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro3-29/+23
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro6-167/+129
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro4-22/+10
2017-06-14hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro1-42/+20
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro4-10/+17
2017-06-14alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro1-70/+32
2017-06-14posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()Al Viro1-35/+28
2017-06-13tracing: Rename update the enum_map fileJeremy Linton2-21/+21
2017-06-13tracing: Rename enum_replace to eval_replaceJeremy Linton1-6/+6
2017-06-13trace: rename enum_map functionsJeremy Linton3-40/+40
2017-06-13trace: rename trace.c enum functionsJeremy Linton1-6/+6
2017-06-13trace: rename trace_enum_mutex to trace_eval_mutexJeremy Linton1-7/+7
2017-06-13trace: rename trace enum data structures in trace.cJeremy Linton1-26/+26
2017-06-13trace: rename struct module entry for trace enumsJeremy Linton2-6/+6
2017-06-13trace: rename trace_enum_map to trace_eval_mapJeremy Linton3-21/+21
2017-06-13trace: rename kernel enum section to evalJeremy Linton2-5/+5
2017-06-13audit: fix a race condition with the auditd tracking codePaul Moore1-13/+23
2017-06-13printk: add __printf attributes to internal functionsNicolas Iooss1-5/+5
2017-06-13tracing: Remove unused declaration of trace_stop_cmdline_recordingJoel Fernandes1-2/+0
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig1-2/+2