summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-12-09timekeeping: Use mul_u64_u32_shr() instead of open coding itThomas Gleixner1-21/+5
2016-12-09timekeeping: Get rid of pointless typecastsThomas Gleixner1-3/+2
2016-12-09timekeeping: Make the conversion call chain consistently unsignedThomas Gleixner1-13/+13
2016-12-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner1-2/+2
2016-12-01alarmtimer: Add tracepoints for alarm timersBaolin Wang1-10/+43
2016-11-29trace: Add an option for boot clock as trace clockJoel Fernandes1-0/+1
2016-11-29timekeeping: Add a fast and NMI safe boot clockJoel Fernandes1-0/+29
2016-11-16posix-timers: Make them configurableNicolas Pitre9-8/+164
2016-11-16posix_cpu_timers: Move the add_device_randomness() call to a proper placeNicolas Pitre2-4/+4
2016-11-16timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre2-14/+14
2016-10-26timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2-10/+21
2016-10-26timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson1-12/+9
2016-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2016-10-21kernel/irq: Export irq_set_parent()Sudip Mukherjee1-0/+1
2016-10-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+8
2016-10-19printk: suppress empty continuation linesLinus Torvalds1-0/+4
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds2-8/+14
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-6/+10
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-2/+4
2016-10-19sched/fair: Fix incorrect task group ->load_avgVincent Guittot1-1/+8
2016-10-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2016-10-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+8
2016-10-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-10-17alarmtimer: Remove unused but set variableTobias Klauser1-2/+0
2016-10-16cpu/hotplug: Use distinct name for cpu_hotplug.dep_mapJoonas Lahtinen1-1/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-8/+11
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-34/+57
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds1-4/+0
2016-10-11hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle1-14/+14
2016-10-11kthread: better support freezable kthread workersPetr Mladek1-6/+15
2016-10-11kthread: allow to modify delayed kthread workPetr Mladek1-0/+53
2016-10-11kthread: allow to cancel kthread workPetr Mladek1-2/+130
2016-10-11kthread: initial support for delayed kthread workPetr Mladek1-0/+102
2016-10-11kthread: detect when a kthread work is used by more workersPetr Mladek1-8/+20
2016-10-11kthread: add kthread_destroy_worker()Petr Mladek1-0/+23
2016-10-11kthread: add kthread_create_worker*()Petr Mladek1-10/+103
2016-10-11kthread: allow to call __kthread_create_on_node() with va_list argsPetr Mladek1-30/+42
2016-10-11kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek2-2/+11
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-16/+17
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek2-3/+3
2016-10-11config: android: enable CONFIG_SECCOMPRob Herring1-0/+1
2016-10-11config: android: set SELinux as default security modeRob Herring1-0/+1
2016-10-11config: android: move device mapper options to recommendedRob Herring2-4/+4
2016-10-11config/android: Remove CONFIG_IPV6_PRIVACYBorislav Petkov1-1/+0
2016-10-11relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra1-10/+14
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-7/+40
2016-10-11ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak1-1/+2
2016-10-11kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig1-1/+1
2016-10-11sched/fair: Fix sched domains NULL dereference in select_idle_sibling()Wanpeng Li1-3/+8
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1