summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner2017-10-092-1/+4
| | * | | | | | genirq/cpuhotplug: Add sanity check for effective affinity maskThomas Gleixner2017-10-091-1/+27
| | * | | | | | genirq: Warn when effective affinity is not updatedThomas Gleixner2017-10-091-0/+14
| * | | | | | | kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov2017-10-131-0/+4
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-10-121-23/+37
| |\ \ \ \ \ \ \
| | * | | | | | | livepatch: unpatch all klp_objects if klp_module_coming failsJoe Lawrence2017-10-111-23/+37
| * | | | | | | | Merge branch 'waitid-fix'Linus Torvalds2017-10-121-0/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | waitid(): Add missing access_ok() checksKees Cook2017-10-091-0/+6
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'seccomp-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-101-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | seccomp: make function __get_seccomp_filter staticColin Ian King2017-10-101-1/+1
* | | | | | | | | selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng2017-10-201-2/+2
* | | | | | | | | security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-10-201-2/+32
* | | | | | | | | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-208-22/+110
* | | | | | | | | bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski2017-10-181-39/+16
* | | | | | | | | bpf: remove the verifier ops from program structureJakub Kicinski2017-10-182-16/+17
* | | | | | | | | bpf: split verifier and program opsJakub Kicinski2017-10-183-12/+31
* | | | | | | | | bpf: cpumap add tracepointsJesper Dangaard Brouer2017-10-181-5/+19
* | | | | | | | | bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer2017-10-181-22/+130
* | | | | | | | | bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer2017-10-182-2/+23
* | | | | | | | | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer2017-10-184-1/+573
* | | | | | | | | tracing: bpf: Hide bpf trace events when they are not usedSteven Rostedt (VMware)2017-10-161-0/+3
* | | | | | | | | bpf: verifier: set reg_type on context accesses in second passJakub Kicinski2017-10-141-6/+37
* | | | | | | | | bpf: remove redundant variable old_flagsColin Ian King2017-10-111-2/+0
* | | | | | | | | bpf: write back the verifier log buffer as it gets filledJakub Kicinski2017-10-101-22/+19
* | | | | | | | | bpf: move instruction printing into a separate fileJakub Kicinski2017-10-104-198/+251
* | | | | | | | | bpf: move global verifier log into verifier environmentJakub Kicinski2017-10-101-232/+259
* | | | | | | | | bpf: encapsulate verifier log state into a structureJakub Kicinski2017-10-101-27/+30
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-097-520/+378
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-092-0/+6
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-091-0/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-091-0/+1
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | bpf: fix liveness markingAlexei Starovoitov2017-10-071-0/+5
| * | | | | | | | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-065-520/+372
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner2017-10-041-1/+1
| | * | | | | | | watchdog/core: Rename some softlockup_* functionsThomas Gleixner2017-10-041-9/+9
| | * | | | | | | powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner2017-10-041-1/+4
| | * | | | | | | watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner2017-10-042-3/+10
| | * | | | | | | watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner2017-10-041-15/+18
| | * | | | | | | watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently"Colin Ian King2017-09-281-1/+1
| | * | | | | | | watchdog/hardlockup/perf: Cure UP damageThomas Gleixner2017-09-251-1/+6
| | * | | | | | | watchdog/hardlockup: Clean up hotplug locking messThomas Gleixner2017-09-141-6/+0
| | * | | | | | | watchdog/hardlockup/perf: Simplify deferred event destroyThomas Gleixner2017-09-141-5/+2
| | * | | | | | | watchdog/hardlockup/perf: Use new perf CPU enable mechanismThomas Gleixner2017-09-142-84/+8
| | * | | | | | | watchdog/hardlockup/perf: Implement CPU enable replacementThomas Gleixner2017-09-141-0/+11
| | * | | | | | | watchdog/hardlockup/perf: Implement init time detection of perfThomas Gleixner2017-09-141-1/+12
| | * | | | | | | watchdog/hardlockup/perf: Implement init time perf validationThomas Gleixner2017-09-141-0/+37
| | * | | | | | | watchdog/core: Get rid of the racy update loopThomas Gleixner2017-09-141-48/+47
| | * | | | | | | watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner2017-09-141-9/+22
| | * | | | | | | watchdog/sysctl: Clean up sysctl variable name spaceThomas Gleixner2017-09-142-29/+28
| | * | | | | | | watchdog/sysctl: Get rid of the #ifdefferyThomas Gleixner2017-09-141-5/+1
OpenPOWER on IntegriCloud