summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-275-15/+55
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-261-1/+0
| |\
| | * bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn2016-04-261-1/+0
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds2016-04-231-7/+26
| |\ \ \ \
| | | * | | cpu/hotplug: Fix rollback during error-out in __cpu_disable()Sebastian Andrzej Siewior2016-04-221-7/+26
| | |/ / /
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-232-7/+28
| |\ \ \ \
| | * | | | futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-04-211-1/+1
| | * | | | futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior2016-04-201-3/+22
| | * | | | locking/pvqspinlock: Fix division by zero in qstat_read()Davidlohr Bueso2016-04-191-3/+5
| | |/ / /
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-231-0/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | genirq: Dont allow affinity mask to be updated on IPIsMatt Redfearn2016-04-211-0/+1
| | |/ /
* | | | taskstats: use the libnl API to align nlattr on 64-bitNicolas Dichtel2016-04-231-32/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-233-2/+14
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-211-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov2016-04-141-0/+1
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-161-0/+2
| |\ \ \
| | * | | locking/lockdep: Fix print_collision() unused warningBorislav Petkov2016-04-041-0/+2
| * | | | /proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds2016-04-141-2/+11
| | |/ / | |/| |
* | | | perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov2016-04-211-1/+19
* | | | bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-192-0/+34
* | | | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann2016-04-191-1/+6
* | | | bpf: avoid warning for wrong pointer castArnd Bergmann2016-04-181-2/+2
* | | | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-142-7/+20
* | | | bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann2016-04-141-5/+54
* | | | bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann2016-04-141-17/+23
* | | | bpf: simplify verifier register state assignmentsAlexei Starovoitov2016-04-101-4/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-096-40/+143
|\| | |
| * | | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-041-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-031-2/+13
| |\ \ \
| | * | | perf/core: Don't leak event in the syscall error pathAlexander Shishkin2016-03-311-0/+1
| | * | | perf/core: Fix time tracking bug with multiplexingPeter Zijlstra2016-03-311-2/+12
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-034-34/+126
| |\ \ \ \
| | * | | | locking/lockdep: Print chain_key collision informationAlfredo Alvarez Fernandez2016-03-311-2/+77
| | * | | | locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker2016-03-291-0/+18
| | * | | | timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2016-03-292-32/+31
| | | |/ / | | |/| |
* | | | | bpf, verifier: further improve search pruningDaniel Borkmann2016-04-081-2/+7
* | | | | bpf: sanitize bpf tracepoint accessAlexei Starovoitov2016-04-073-1/+31
* | | | | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2016-04-072-2/+42
* | | | | bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov2016-04-071-2/+43
* | | | | perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov2016-04-071-4/+9
* | | | | perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov2016-04-075-33/+40
* | | | | perf: optimize perf_fetch_caller_regsAlexei Starovoitov2016-04-071-0/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-011-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann2016-03-251-2/+4
* | | | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-252-1/+2
* | | | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko2016-03-251-1/+1
* | | | sched: add schedule_timeout_idle()Andrew Morton2016-03-251-0/+11
* | | | Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-241-0/+1
|\ \ \ \ | |/ / / |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki2016-03-251-0/+1
| |\ \ \ \