summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf/aux: Allow using AUX data in perf samplesAlexander Shishkin2019-11-133-3/+207
* perf/core: Fix unlock balance in perf_init_event()Qian Cai2019-11-131-1/+1
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-11-131-4/+19
|\
| * perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)2019-11-131-1/+1
| * perf/core: Consistently fail fork on allocation failuresAlexander Shishkin2019-11-131-1/+1
| * perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin2019-11-131-0/+7
| * perf/core: Reattach a misplaced commentAlexander Shishkin2019-11-131-4/+3
| * perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin2019-11-131-1/+1
| * perf/core: Disallow uncore-cgroup eventsPeter Zijlstra2019-11-131-0/+9
* | Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar2019-11-1117-89/+224
|\ \
| * \ Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-11-101-6/+3
| |\ \
| | * | timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen2019-11-041-6/+3
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-107-59/+113
| |\ \ \
| | * | | sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra2019-11-087-58/+112
| | * | | sched/core: Fix compilation error when cgroup not selectedQais Yousef2019-11-081-1/+1
| | |/ /
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-101-1/+1
| |\ \ \
| | * | | irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentationYi Wang2019-11-051-1/+1
| | |/ /
| * | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-11-101-2/+4
| |\ \ \
| | * | | stacktrace: Don't skip first entry on noncurrent tasksJiri Slaby2019-11-041-2/+4
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-092-4/+7
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-11-062-4/+7
| | |\ \ \ | | | |/ / | | |/| |
| | | * | bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel2019-10-311-2/+5
| | | * | bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich2019-10-301-2/+2
| * | | | Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-051-1/+32
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | clone3: validate stack argumentsChristian Brauner2019-11-051-1/+32
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-023-13/+53
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-273-13/+53
| | |\ \ \
| | | * | | bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann2019-10-231-1/+1
| | | * | | bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-10-222-12/+21
| | | * | | xdp: Handle device unregister for devmap_hash map typeToke Høiland-Jørgensen2019-10-221-0/+31
| | | * | | xdp: Prevent overflow in devmap_hash cost calculation for 32-bit buildsToke Høiland-Jørgensen2019-10-191-1/+1
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-012-3/+11
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider2019-10-291-1/+5
| | * | | | sched/topology: Don't try to build empty sched domainsValentin Schneider2019-10-292-2/+6
| | | |_|/ | | |/| |
* | | | | perf/core: Optimize perf_init_event() for TYPE_SOFTWARELiang, Kan2019-10-281-1/+10
* | | | | perf/core: Optimize perf_init_event()Peter Zijlstra2019-10-281-11/+30
* | | | | perf/core: Optimize perf_install_in_event()Peter Zijlstra2019-10-281-0/+19
* | | | | perf/x86: Synchronize PMU task contexts on optimized context switchesAlexey Budankov2019-10-281-1/+12
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-2813-24/+287
|\| | | |
| * | | | perf/core: Start rejecting the syscall with attr.__reserved_2 setAlexander Shishkin2019-10-281-1/+1
| |/ / /
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-10-272-3/+5
| |\ \ \
| | * | | posix-cpu-timers: Fix two trivial commentsYi Wang2019-10-231-3/+3
| | * | | timers/sched_clock: Include local timekeeping.h for missing declarationsBen Dooks (Codethink)2019-10-231-0/+2
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-271-3/+5
| |\ \ \ \
| | * | | | perf/aux: Fix AUX output stoppingAlexander Shishkin2019-10-221-1/+1
| * | | | | Merge tag 'pm-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-10-241-0/+240
| |\ \ \ \ \
| | * | | | | PM: QoS: Introduce frequency QoSRafael J. Wysocki2019-10-211-0/+240
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'trace-v5.4-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-10-232-0/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | tracing: Fix race in perf_trace_buf initializationPrateek Sood2019-10-221-0/+4
| | * | | | tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing2019-10-181-0/+2