summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-12-29arch, mm: Allow arch_dup_mmap() to failThomas Gleixner1-2/+1
2017-12-25bpf: fix integer overflowsDaniel Borkmann1-0/+48
2017-12-25bpf: don't prune branches when a scalar is replaced with a pointerDaniel Borkmann1-8/+7
2017-12-25bpf: force strict alignment checks for stack pointersDaniel Borkmann1-0/+5
2017-12-25bpf: fix missing error return in check_stack_boundary()Daniel Borkmann1-0/+1
2017-12-25bpf: fix 32-bit ALU op verificationDaniel Borkmann1-11/+17
2017-12-25bpf: fix incorrect tracking of register size truncationDaniel Borkmann1-17/+27
2017-12-25bpf: fix incorrect sign extension in check_alu_op()Daniel Borkmann1-1/+7
2017-12-25bpf/verifier: fix bounds calculation on BPF_RSHDaniel Borkmann1-14/+16
2017-12-25bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann1-7/+12
2017-12-25bpf: fix branch pruning logicDaniel Borkmann1-0/+27
2017-12-25tracing: Exclude 'generic fields' from histogramsTom Zanussi1-2/+2
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon3-4/+4
2017-12-20PM / s2idle: Clear the events_check_enabled flagRajat Jain1-1/+1
2017-12-20posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-12/+17
2017-12-20sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt1-1/+7
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du1-20/+9
2017-12-20kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2-2/+4
2017-12-17audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore1-5/+5
2017-12-17audit: Allow auditd to set pid to 0 to end auditingSteve Grubb1-13/+16
2017-12-14jump_label: Invoke jump_label_test() via early_initcall()Jason Baron1-1/+1
2017-12-14bpf: fix lockdep splatEric Dumazet1-2/+6
2017-12-14pipe: match pipe_max_size data type with procfsJoe Lawrence1-1/+1
2017-12-14kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson1-1/+1
2017-12-14smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeLai Jiangshan1-5/+5
2017-12-10kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=yMasami Hiramatsu1-6/+8
2017-12-10perf/core: Fix __perf_read_group_add() lockingPeter Zijlstra1-2/+2
2017-11-30genirq: Track whether the trigger type has been setMarc Zyngier1-1/+12
2017-11-30sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)3-208/+138
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney1-2/+1
2017-11-30cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqViresh Kumar1-1/+5
2017-11-24rcu: Fix up pending cbs check in rcu_prepare_for_idleNeeraj Upadhyay1-1/+1
2017-11-09Merge tag 'pm-final-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-5/+1
2017-11-09Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki1-5/+1
2017-11-06Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2017-11-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2017-11-04cpufreq: schedutil: Examine the correct CPU when we update utilChris Redpath1-5/+1
2017-11-04Merge branch 'linus' into core/urgent, to pick up dependent commitsIngo Molnar137-7/+157
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar137-9/+168
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds134-0/+134
2017-11-02futex: futex_wake_op, do not fail on invalid opJiri Slaby1-2/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman134-0/+134
2017-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2017-11-01signal: Fix name of SIGEMT in #if defined() checkAndrew Clayton1-1/+1
2017-11-01watchdog/hardlockup/perf: Use atomics to track in-use cpu counterDon Zickus1-3/+5
2017-11-01watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Sim...Thomas Gleixner1-2/+5
2017-11-01futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra1-3/+20
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend1-4/+12
2017-10-30workqueue: Fix NULL pointer dereferenceLi Bin1-1/+2
2017-10-30perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo1-2/+4