summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2017-11-133-10/+61
|\
| * /proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds2017-11-122-9/+19
| * modules: make sysfs attribute files readable by owner onlyLinus Torvalds2017-11-121-1/+1
| * Merge branch 'kallsyms-restrictions'Linus Torvalds2017-11-121-2/+47
| |\
| | * stop using '%pK' for /proc/kallsyms pointer valuesLinus Torvalds2017-11-081-2/+47
| * | Merge tag 'pm-final-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-11-091-5/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-11-091-5/+1
| | |\
| | | * cpufreq: schedutil: Examine the correct CPU when we update utilChris Redpath2017-11-041-5/+1
* | | | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-07138-20/+204
|\ \ \ \ | |/ / /
| * | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-061-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | workqueue: Fix NULL pointer dereferenceLi Bin2017-10-301-1/+2
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-051-2/+4
| |\ \ \
| | * \ \ Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-03137-9/+168
| | |\ \ \
| | * | | | perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo2017-10-301-2/+4
| * | | | | Merge branch 'linus' into core/urgent, to pick up dependent commitsIngo Molnar2017-11-04137-7/+157
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02134-0/+134
| | |\ \ \ \
| | | * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02134-0/+134
| | * | | | | futex: futex_wake_op, do not fail on invalid opJiri Slaby2017-11-021-2/+10
| | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-11-011-1/+1
| | |\ \ \ \ \
| | | * | | | | signal: Fix name of SIGEMT in #if defined() checkAndrew Clayton2017-11-011-1/+1
| | * | | | | | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-4/+12
| | | |_|_|_|/ | | |/| | | |
| * | | | | | watchdog/hardlockup/perf: Use atomics to track in-use cpu counterDon Zickus2017-11-011-3/+5
| * | | | | | watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Sim...Thomas Gleixner2017-11-011-2/+5
| * | | | | | futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra2017-11-011-3/+20
| |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-291-3/+12
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-1/+2
| | * | | | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-2/+10
* | | | | | perf/core: Rewrite event timekeepingPeter Zijlstra2017-10-271-256/+129
* | | | | | perf/core: Fix perf_event_read()Peter Zijlstra2017-10-271-16/+39
* | | | | | perf/core: Remove wrong barrierPeter Zijlstra2017-10-271-5/+0
* | | | | | perf/core: Rename 'enum perf_event_active_state'Peter Zijlstra2017-10-271-1/+1
* | | | | | perf/core: Make sure to update ctx time before using itPeter Zijlstra2017-10-271-2/+10
* | | | | | perf/core: Fix __perf_read_group_add() lockingPeter Zijlstra2017-10-271-2/+2
* | | | | | perf/core: Update ctx time before detaching eventsPeter Zijlstra2017-10-271-0/+1
* | | | | | perf/core: Fix perf_event_read_value() lockingPeter Zijlstra2017-10-271-2/+14
* | | | | | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song2017-10-273-4/+15
* | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-279-59/+111
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-231-22/+15
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-10-101-22/+15
| * | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-221-0/+5
| |\ \ \ \
| | * | | | cpu/hotplug: Reset node state after operationThomas Gleixner2017-10-211-0/+5
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-221-3/+12
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-10-161-3/+12
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger2017-10-131-16/+0
| | | * | | genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger2017-10-131-0/+25
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-215-32/+77
| |\ \ \ \ \
| | * | | | | bpf: fix pattern matches for direct packet accessDaniel Borkmann2017-10-221-0/+24
| | * | | | | bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann2017-10-221-12/+21
| | * | | | | bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend2017-10-221-1/+1
| | * | | | | bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend2017-10-201-0/+3
OpenPOWER on IntegriCloud