aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-28perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2018-03-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+8
2018-03-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-12/+17
2018-03-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+16
2018-03-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-10/+34
2018-03-23Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+6
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-03-22Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2018-03-22Merge tag 'modules-for-v4.16-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2018-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-29/+51
2018-03-22posix-timers: Protect posix clock array access against speculationThomas Gleixner1-3/+8
2018-03-20bpf: skip unnecessary capability checkChenbo Feng1-1/+1
2018-03-20trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song1-28/+40
2018-03-20sched/debug: Adjust newlines for better alignmentJoe Lawrence1-11/+16
2018-03-20sched/debug: Fix per-task line continuation for console outputJoe Lawrence1-1/+1
2018-03-20perf/cgroup: Fix child event counting bugSong Liu1-5/+16
2018-03-20jump_label: Disable jump labels in __exit codeJosh Poimboeuf1-3/+4
2018-03-20locking/mutex: Improve documentationMatthew Wilcox1-7/+30
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+20
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+1
2018-03-18Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2018-03-14jump_label: Fix sparc64 warningJosh Poimboeuf1-1/+2
2018-03-13workqueue: remove unused cancel_work()Stephen Hemminger1-8/+0
2018-03-13workqueue: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-03-12error-injection: Fix to prohibit jump optimizationMasami Hiramatsu1-0/+10
2018-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2018-03-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+3
2018-03-09bug: use %pB in BUG and stack protector failureKees Cook1-1/+1
2018-03-09rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesBoqun Feng1-2/+3
2018-03-09perf/core: Fix ctx_event_type in ctx_resched()Song Liu1-1/+3
2018-03-08module: propagate error in modules_open()Leon Yu1-1/+1
2018-03-08Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+0
2018-03-06kernel/memremap: Remove stale devres_free() callOliver O'Halloran1-1/+0
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-16/+26
2018-03-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2018-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+10
2018-03-02memremap: fix softlockup reports at teardownDan Williams1-5/+10
2018-03-02signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn1-19/+0
2018-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-16/+26
2018-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-1/+2
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar1-0/+6
2018-02-27printk: Wake klogd when passing console_lock ownerPetr Mladek1-1/+2
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+23
2018-02-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+14
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-22/+34
2018-02-23Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2018-02-23bpf: allow xadd only on aligned memoryDaniel Borkmann1-16/+26
2018-02-23Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds1-0/+16
2018-02-22genirq/matrix: Handle CPU offlining properThomas Gleixner1-9/+14
2018-02-22bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song1-2/+1
2018-02-22bpf: add schedule points in percpu arrays managementEric Dumazet1-1/+4
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris1-2/+4
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-14/+3
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony1-0/+3
2018-02-21ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen1-2/+4
2018-02-21kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton1-13/+2
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+16
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-19/+29
2018-02-21cgroup: fix rule checking for threaded mode switchingTejun Heo1-0/+10
2018-02-21extable: Make init_kernel_text() globalJosh Poimboeuf2-4/+2
2018-02-21jump_label: Warn on failed jump_label patching attemptJosh Poimboeuf1-5/+8
2018-02-21jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf1-0/+16
2018-02-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-50/+128
2018-02-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+4
2018-02-16workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+16
2018-02-16irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-14/+4
2018-02-16kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu1-25/+53
2018-02-16kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu1-25/+75
2018-02-15bpf: fix mlock precharge on arraymapsDaniel Borkmann1-12/+16
2018-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-16/+22
2018-02-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+15
2018-02-14bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2-1/+3
2018-02-14bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Jason Wang1-1/+1
2018-02-13bpf: fix sock_map_alloc() error pathEric Dumazet1-1/+2
2018-02-13bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song1-4/+7
2018-02-13locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon1-0/+8
2018-02-13locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon1-6/+7
2018-02-13sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan1-2/+0
2018-02-13sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra1-11/+16
2018-02-13sched/rt: Make update_curr_rt() more accurateWen Yang1-1/+2
2018-02-13sched/deadline: Make update_curr_dl() more accurateWen Yang1-2/+4
2018-02-12sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo1-5/+10
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds7-12/+12
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-72/+115
2018-02-09Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+4
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-72/+115
2018-02-08tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)1-5/+4
2018-02-08ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)1-1/+0
2018-02-07Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+1
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-120/+83
2018-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-99/+308
2018-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+24
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers1-3/+0
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers1-10/+5
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers1-14/+1
2018-02-06kernel/resource: iomem_is_exclusive can be booleanYaowei Bai1-5/+5
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai1-2/+2
2018-02-06genirq: remove unneeded kallsyms includeSergey Senozhatsky1-1/+0
2018-02-06hrtimer: remove unneeded kallsyms includeSergey Senozhatsky1-1/+0
2018-02-06kcov: detect double association with a single taskDmitry Vyukov1-2/+2
2018-02-06kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers1-1/+0
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport4-45/+21
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2-2/+2
2018-02-06kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza1-0/+4
2018-02-06kernel/fork.c: check error and return earlyMarcos Paulo de Souza1-26/+25
2018-02-06kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes1-8/+12
2018-02-06Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook1-0/+4
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar58-1225/+4082
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-103/+71
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+21
2018-02-06bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend1-5/+14
2018-02-06bpf: sockmap, add sock close() hook to remove socksJohn Fastabend1-67/+101
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman2-2/+21
2018-02-06sched/fair: Do not migrate if the prev_cpu is idleMel Gorman1-1/+7
2018-02-06sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman1-18/+17
2018-02-06sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman1-5/+3
2018-02-06sched/rt: Make update_curr_rt() more accurateWen Yang1-2/+3
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)3-2/+22
2018-02-06sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)1-7/+8
2018-02-06sched/core: Optimize update_stats_*()Peter Zijlstra2-16/+20
2018-02-06sched/core: Optimize ttwu_stat()Peter Zijlstra2-8/+10
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers2-17/+54
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers1-8/+112
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers1-11/+26
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers2-10/+8
2018-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-8/+24
2018-02-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2018-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-5/+5
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+26
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler14-37/+164
2018-02-03bpf: fix bpf_prog_array_copy_to_user() issuesAlexei Starovoitov1-8/+24
2018-02-02x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann1-3/+0
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds5-80/+206
2018-02-01Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds5-14/+11
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář85-2142/+2337
2018-02-01genirq: Make legacy autoprobing work againThomas Gleixner3-5/+5
2018-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-219/+236
2018-01-31mm, hugetlb: remove hugepages_treat_as_movable sysctlMichal Hocko1-7/+0
2018-01-31include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton1-212/+236
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-603/+2856
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2018-01-31Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-30/+80
2018-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-53/+145
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2018-01-31Merge branch 'for-4.16/remove-immediate' into for-linusJiri Kosina2-55/+6
2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-28/+22
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-12/+12
2018-01-30Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-3/+3
2018-01-30Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-24/+40
2018-01-30Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-34/+337
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-151/+321
2018-01-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-34/+39
2018-01-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-42/+47
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds18-418/+311
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+11
2018-01-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-289/+482
2018-01-29Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-129/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-16/+16
2018-01-29Merge tag 'pm-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-6/+48
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+13
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-146/+207
2018-01-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2018-01-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+11
2018-01-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+42
2018-01-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+5
2018-01-27Merge branch 'timers/urgent' into timers/coreThomas Gleixner26-155/+525
2018-01-27hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner1-0/+3
2018-01-26bpf: fix kernel page fault in lpm map trie_get_next_keyYonghong Song1-15/+11
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2-16/+30
2018-01-26bpf: make unknown opcode handling more robustDaniel Borkmann2-105/+152
2018-01-26bpf: improve dead code sanitizingDaniel Borkmann1-5/+12
2018-01-26module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+11
2018-01-25bpf: Use the IS_FD_ARRAY() macro in map_update_elem()Mickaël Salaün1-4/+1
2018-01-25perf/core: Fix ctx::mutex deadlockPeter Zijlstra1-1/+7
2018-01-25perf/core: Fix another perf,trace,cpuhp lock inversionPeter Zijlstra1-2/+24
2018-01-25perf/core: Fix lock inversion between perf,trace,cpuhpPeter Zijlstra1-2/+11
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-41/+84
2018-01-24irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier2-128/+0
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra2-5/+11
2018-01-24locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks()Tejun Heo1-0/+2
2018-01-24futex: Fix OWNER_DEAD fixupPeter Zijlstra1-3/+3
2018-01-23ftrace: Mark function tracer test functions noinline/nocloneAndi Kleen1-2/+3
2018-01-23trace_uprobe: Display correct offset in uprobe_eventsRavi Bangoria1-1/+1
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Changbin Du3-6/+2
2018-01-23tracing: Clear parser->idx if only spaces are readChangbin Du1-2/+2
2018-01-23tracing: Detect the string nul character when parsing user input stringChangbin Du1-3/+3
2018-01-23tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)3-29/+67
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)1-12/+17
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+14
2018-01-23bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu regionYonghong Song1-1/+1
2018-01-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-0/+15
2018-01-22signal: Helpers for faults with specialized siginfo layoutsEric W. Biederman1-0/+61
2018-01-22signal: Add send_sig_fault and force_sig_faultEric W. Biederman1-0/+47
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2-2/+2
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman1-1/+2