aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-11-09bpf: Remove unused but set variablesTobias Klauser1-2/+0
2016-10-31bpf, inode: add support for symlinks and fix mtime/ctimeDaniel Borkmann1-6/+39
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-110/+192
2016-10-29bpf: Print function name in addition to function idThomas Graf1-8/+27
2016-10-28Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+2
2016-10-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+17
2016-10-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-30/+44
2016-10-28Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urg...Linus Torvalds1-3/+0
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa1-2/+8
2016-10-28perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa1-4/+9
2016-10-27kcov: properly check if we are in an interruptAndrey Konovalov1-1/+8
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-6/+11
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2-10/+16
2016-10-27sched/fair: Remove unused but set variable 'rq'Tobias Klauser1-3/+0
2016-10-25timers: Prevent base clock corruption when forwardingThomas Gleixner1-13/+10
2016-10-25timers: Prevent base clock rewind when forwarding clockThomas Gleixner1-5/+9
2016-10-25timers: Lock base for same bucket optimizationThomas Gleixner1-11/+17
2016-10-25timers: Plug locking race vs. timer migrationThomas Gleixner1-1/+8
2016-10-24PM / suspend: Fix missing KERN_CONT for suspend messageJon Hunter1-2/+2
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann3-0/+15
2016-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2016-10-21softirq: Display IRQ_POLL for irq-poll statisticsSagi Grimberg1-1/+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-19bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf1-16/+45
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
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro6-30/+99
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy6-8/+10
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy1-0/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-12/+2
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2016-10-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2016-10-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+5
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds1-63/+61
2016-10-09printk: make reading the kernel log flush pending linesLinus Torvalds1-0/+11
2016-10-09printk: re-organize log_output() to be more legibleLinus Torvalds1-35/+27
2016-10-09printk: split out core logging code into helper functionLinus Torvalds1-39/+39
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds1-17/+12
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-66/+58
2016-10-07console: don't prefer first registered if DT specifies stdout-pathPaul Burton1-1/+12
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan2-48/+23
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-2/+11
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu1-0/+1
2016-10-07mm, oom: enforce exit_oom_victim on current taskTetsuo Handa1-1/+1
2016-10-07oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko1-14/+3
2016-10-07mm, oom: get rid of signal_struct::oom_victimsMichal Hocko1-0/+1
2016-10-07kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko1-1/+5
2016-10-07oom: keep mm of the killed task availableMichal Hocko1-0/+2
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-58/+20
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+26
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+2
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-10/+22
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds11-9/+783
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+32
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds8-24/+440
2016-10-05relay: simplify relay_file_read()Al Viro1-58/+20
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-328/+906
2016-10-05timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz1-2/+5
2016-10-04Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2-7/+13
2016-10-04Revert "sched/core: Do not use smp_processor_id() with preempt enabled in smp...Ingo Molnar1-1/+1
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-313/+438
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-97/+445
2016-10-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-9/+23
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-31/+233
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-681/+1083
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-64/+144
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-297/+244
2016-10-03Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+70
2016-10-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-120/+164
2016-10-03Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds12-98/+163
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-4/+5
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-24/+63
2016-10-02Merge branches 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki6-23/+41
2016-10-02Merge branch 'pm-cpufreq'Rafael J. Wysocki6-75/+122
2016-10-02Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki6-75/+122
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman1-0/+9
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner5-24/+63
2016-09-30sched/irqtime: Consolidate irqtime flushing codeFrederic Weisbecker1-15/+11
2016-09-30sched/irqtime: Consolidate accounting synchronization with u64_stats APIFrederic Weisbecker2-55/+29
2016-09-30sched/irqtime: Remove needless IRQs disablement on kcpustat updateFrederic Weisbecker1-6/+5
2016-09-30sched/irqtime: No need for preempt-safe accessorsFrederic Weisbecker1-2/+2
2016-09-30sched/fair: Fix min_vruntime trackingPeter Zijlstra1-7/+22
2016-09-30sched/debug: Add SCHED_WARN_ON()Peter Zijlstra2-6/+10
2016-09-30sched/core: Fix set_user_nice()Peter Zijlstra1-1/+7
2016-09-30sched/fair: Introduce set_curr_task() helperPeter Zijlstra2-5/+10
2016-09-30sched/core, ia64: Rename set_curr_task()Peter Zijlstra1-1/+1
2016-09-30sched/core: Fix incorrect utilization accounting when switching to fair classVincent Guittot1-10/+10
2016-09-30sched/core: Optimize SCHED_SMTPeter Zijlstra3-7/+43
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra4-47/+231
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar5-24/+63
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra3-20/+18
2016-09-30sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra1-5/+39
2016-09-30sched/core: Restructure destroy_sched_domain()Peter Zijlstra1-7/+11
2016-09-30sched/core: Remove unused @cpu argument from destroy_sched_domain*()Peter Zijlstra1-6/+6
2016-09-30sched/wait: Introduce init_wait_entry()Oleg Nesterov1-3/+9
2016-09-30sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()Oleg Nesterov1-43/+21
2016-09-30sched/wait: Avoid abort_exclusive_wait() in ___wait_event()Oleg Nesterov1-10/+25
2016-09-30sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()Oleg Nesterov1-5/+3
2016-09-30sched/fair: Fix fixed point arithmetic width for shares and effective loadDietmar Eggemann1-2/+2
2016-09-30sched/core, x86/topology: Fix NUMA in package topology bugTim Chen1-0/+3
2016-09-30Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar5-24/+63
2016-09-30softirq: Let ksoftirqd do its jobEric Dumazet1-1/+15
2016-09-29cgroup: fix error handling regressions in proc_cgroup_show() and cgroup_relea...Tejun Heo1-3/+3
2016-09-29cpuset: fix error handling regression in proc_cpuset_show()Tejun Heo1-2/+3
2016-09-29tracing/syscalls: fix multiline in error message textColin Ian King1-4/+2
2016-09-29bpf: allow access into map value arraysJosef Bacik1-18/+311
2016-09-27bpf: clean up put_cpu_var usageShaohua Li1-1/+1
2016-09-27compat: remove compat_printk()Arnd Bergmann1-10/+0
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-27Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+40
2016-09-27fs/file: more unsigned file descriptorsAlexey Dobriyan1-2/+2
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi1-1/+1
2016-09-27bpf: Set register type according to is_valid_access()Mickaël Salaün1-3/+2
2016-09-25Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-13/+16
2016-09-25genirq: Make function __irq_do_set_handler() staticWei Yongjun1-1/+1
2016-09-25fix memory leaks in tracing_buffers_splice_read()Al Viro1-6/+8
2016-09-25tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-09-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-09-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2016-09-23cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo1-4/+25
2016-09-23tracing: Call traceoff trigger after event is recordedMasami Hiramatsu1-0/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+76
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar4-2/+42
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman4-0/+62
2016-09-22nsfs: add ioctl to get a parent namespaceAndrey Vagin2-0/+20
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin4-0/+42
2016-09-23kvmconfig: add virtio-gpu to config fragmentRob Herring1-0/+1
2016-09-23config: move x86 kvm_guest.config to a common locationRob Herring1-0/+31
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman4-4/+4
2016-09-22locking/lglock: Remove lglock implementationPeter Zijlstra2-90/+0
2016-09-22stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Oleg Nesterov2-38/+26
2016-09-22locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()Pan Xinhui1-1/+1
2016-09-22Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar34-143/+543
2016-09-22sched/debug: Hide printk() by defaultPeter Zijlstra1-1/+3
2016-09-22sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri1-1/+1
2016-09-22perf/core: Limit matching exclusive events to one PMUAlexander Shishkin1-1/+1
2016-09-22sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra1-0/+2
2016-09-22sched/core: Optimize __schedule()Peter Zijlstra2-35/+29
2016-09-22stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao2-2/+11
2016-09-22sched/core: Remove unnecessary initialization in sched_init()Cheng Chao1-5/+0
2016-09-22Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar5-15/+73
2016-09-22smp: Allocate smp_call_on_cpu() workqueue on stack tooPeter Zijlstra1-1/+2
2016-09-22sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thr...Con Kolivas1-1/+1
2016-09-21bpf: recognize 64bit immediate loads as constsJakub Kicinski1-2/+12
2016-09-21bpf: enable non-core use of the verfierJakub Kicinski1-0/+68
2016-09-21bpf: expose internal verfier structuresJakub Kicinski1-163/+103
2016-09-21bpf: don't (ab)use instructions to store stateJakub Kicinski1-30/+40
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2-14/+43
2016-09-20bpf, verifier: enforce larger zero range for pkt on overloading stack buffsDaniel Borkmann1-1/+1
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner4-16/+76
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar1-0/+6
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-0/+6
2016-09-19padata: Convert to hotplug state machineSebastian Andrzej Siewior1-38/+50
2016-09-19genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier1-2/+6
2016-09-16cpuset: fix non static symbol warningWei Yongjun1-1/+1
2016-09-16fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_V...Andy Lutomirski1-9/+53
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2-1/+38
2016-09-16kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_k...Oleg Nesterov1-2/+6
2016-09-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar11-120/+164
2016-09-15Merge branch 'irq/for-block' into irq/coreThomas Gleixner3-56/+168
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski1-0/+4