summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-2125-258/+975
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-201-14/+94
| |\
| | * bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann2017-07-201-14/+94
| * | Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-07-201-0/+1
| |\ \
| | * | audit: fix memleak in auditd_send_unicast_skb.Shu Wang2017-07-191-0/+1
| * | | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-2/+2
| |\ \ \
| | * | | randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-171-10/+53
| |\ \ \ \
| | * | | | genirq: Keep chip buslock across irq_request/release_resources()Thomas Gleixner2017-07-121-10/+53
| * | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-171-1/+2
| |\ \ \ \ \
| | * | | | | smp/hotplug: Replace BUG_ON and react usefulThomas Gleixner2017-07-111-1/+2
| * | | | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-3/+13
| |\ \ \ \ \ \
| | * | | | | | bpf: Implement show_optionsDavid Howells2017-07-061-3/+13
| * | | | | | | Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-141-0/+5
| |\ \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Rafael J. Wysocki2017-07-141-0/+5
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() raceVikram Mulukutla2017-07-121-0/+5
| * | | | | | | | | | kmod: throttle kmod thread limitLuis R. Rodriguez2017-07-141-9/+7
| * | | | | | | | | | kernel/watchdog.c: use better pr_fmt prefixKefeng Wang2017-07-141-1/+1
| * | | | | | | | | | Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-07-134-20/+143
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ftrace: Fix uninitialized variable in match_records()Dan Carpenter2017-07-121-1/+1
| | * | | | | | | | | | ftrace: Remove an unneeded NULL checkDan Carpenter2017-07-121-1/+1
| | * | | | | | | | | | ftrace: Hide cached module code for !CONFIG_MODULESArnd Bergmann2017-07-111-0/+2
| | * | | | | | | | | | tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)2017-07-111-0/+6
| | * | | | | | | | | | tracing: Fixup trace file header alignmentSteven Rostedt (VMware)2017-07-111-8/+17
| | * | | | | | | | | | trace/kprobes: Sanitize derived event namesNaveen N. Rao2017-07-091-0/+9
| | * | | | | | | | | | tracing: Attempt to record other information even if some failJoel Fernandes2017-07-071-8/+24
| | * | | | | | | | | | tracing: Treat recording tgid for idle task as a successJoel Fernandes2017-07-071-1/+5
| | * | | | | | | | | | tracing: Treat recording comm for idle task as a successJoel Fernandes2017-07-071-1/+5
| | * | | | | | | | | | tracing: Add saved_tgids file to show cached pid to tgid mappingsMichael Sartain2017-07-061-0/+73
| * | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-1313-198/+654
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel2017-07-121-1/+1
| | * | | | | | | | | | kexec_file: adjust declaration of kexec_purgatoryKees Cook2017-07-122-7/+2
| | * | | | | | | | | | kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsNicholas Piggin2017-07-121-4/+44
| | * | | | | | | | | | kernel/watchdog: split up config optionsNicholas Piggin2017-07-124-131/+177
| | * | | | | | | | | | kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2017-07-121-3/+2
| | * | | | | | | | | | fault-inject: support systematic fault injectionDmitry Vyukov2017-07-121-0/+4
| | * | | | | | | | | | kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-07-121-0/+57
| | * | | | | | | | | | kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Mateusz Jurczyk2017-07-121-1/+1
| | * | | | | | | | | | sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-121-0/+66
| | * | | | | | | | | | sysctl: simplify unsigned int supportLuis R. Rodriguez2017-07-121-7/+146
| | * | | | | | | | | | sysctl: fold sysctl_writes_strict checks into helperLuis R. Rodriguez2017-07-121-24/+32
| | * | | | | | | | | | sysctl: kdoc'ify sysctl_writes_strictLuis R. Rodriguez2017-07-121-4/+25
| | * | | | | | | | | | kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2017-07-124-1/+71
| | * | | | | | | | | | powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang2017-07-121-2/+1
| | * | | | | | | | | | kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-122-5/+23
| | * | | | | | | | | | kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter2017-07-121-11/+5
* | | | | | | | | | | | net: add notifier hooks for devmap bpf mapJohn Fastabend2017-07-172-1/+74
* | | | | | | | | | | | xdp: Add batching support to redirect mapJohn Fastabend2017-07-171-1/+83
* | | | | | | | | | | | bpf: add bpf_redirect_map helper routineJohn Fastabend2017-07-172-0/+16
* | | | | | | | | | | | bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-173-0/+275
|/ / / / / / / / / / /
OpenPOWER on IntegriCloud