aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-10-31bpf, inode: add support for symlinks and fix mtime/ctimeGravatar Daniel Borkmann 1-6/+39
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 20-110/+192
2016-10-29bpf: Print function name in addition to function idGravatar Thomas Graf 1-8/+27
2016-10-28Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-2/+2
2016-10-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+17
2016-10-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-30/+44
2016-10-28Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urg...Gravatar Linus Torvalds 1-3/+0
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextGravatar Jiri Olsa 1-2/+8
2016-10-28perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Gravatar Jiri Olsa 1-4/+9
2016-10-27kcov: properly check if we are in an interruptGravatar Andrey Konovalov 1-1/+8
2016-10-27genetlink: mark families as __ro_after_initGravatar Johannes Berg 1-1/+1
2016-10-27genetlink: statically initialize familiesGravatar Johannes Berg 1-6/+11
2016-10-27genetlink: no longer support using static family IDsGravatar Johannes Berg 1-1/+0
2016-10-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesGravatar Linus Torvalds 2-10/+16
2016-10-27sched/fair: Remove unused but set variable 'rq'Gravatar Tobias Klauser 1-3/+0
2016-10-25timers: Prevent base clock corruption when forwardingGravatar Thomas Gleixner 1-13/+10
2016-10-25timers: Prevent base clock rewind when forwarding clockGravatar Thomas Gleixner 1-5/+9
2016-10-25timers: Lock base for same bucket optimizationGravatar Thomas Gleixner 1-11/+17
2016-10-25timers: Plug locking race vs. timer migrationGravatar Thomas Gleixner 1-1/+8
2016-10-24PM / suspend: Fix missing KERN_CONT for suspend messageGravatar Jon Hunter 1-2/+2
2016-10-22bpf: add helper for retrieving current numa node idGravatar Daniel Borkmann 3-0/+15
2016-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2016-10-21softirq: Display IRQ_POLL for irq-poll statisticsGravatar Sagi Grimberg 1-1/+1
2016-10-21kernel/irq: Export irq_set_parent()Gravatar Sudip Mukherjee 1-0/+1
2016-10-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+8
2016-10-19printk: suppress empty continuation linesGravatar Linus Torvalds 1-0/+4
2016-10-19Merge branch 'gup_flag-cleanups'Gravatar Linus Torvalds 2-8/+14
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 1-6/+10
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-2/+4
2016-10-19bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersGravatar Thomas Graf 1-16/+45
2016-10-19sched/fair: Fix incorrect task group ->load_avgGravatar Vincent Guittot 1-1/+8
2016-10-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+0
2016-10-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+8
2016-10-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-10-17alarmtimer: Remove unused but set variableGravatar Tobias Klauser 1-2/+0
2016-10-16cpu/hotplug: Use distinct name for cpu_hotplug.dep_mapGravatar Joonas Lahtinen 1-1/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-8/+11
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 3-34/+57
2016-10-12Disable the __builtin_return_address() warning globally after allGravatar Linus Torvalds 1-4/+0
2016-10-11hung_task: allow hung_task_panic when hung_task_warnings is 0Gravatar John Siddle 1-14/+14
2016-10-11kthread: better support freezable kthread workersGravatar Petr Mladek 1-6/+15
2016-10-11kthread: allow to modify delayed kthread workGravatar Petr Mladek 1-0/+53
2016-10-11kthread: allow to cancel kthread workGravatar Petr Mladek 1-2/+130
2016-10-11kthread: initial support for delayed kthread workGravatar Petr Mladek 1-0/+102
2016-10-11kthread: detect when a kthread work is used by more workersGravatar Petr Mladek 1-8/+20
2016-10-11kthread: add kthread_destroy_worker()Gravatar Petr Mladek 1-0/+23
2016-10-11kthread: add kthread_create_worker*()Gravatar Petr Mladek 1-10/+103
2016-10-11kthread: allow to call __kthread_create_on_node() with va_list argsGravatar Petr Mladek 1-30/+42
2016-10-11kthread/smpboot: do not park in kthread_create_on_cpu()Gravatar Petr Mladek 2-2/+11