summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-301-0/+8
|\
| * stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPAREOleg Nesterov2016-07-271-0/+8
* | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-07-294-267/+228
|\ \
| * | audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-07-201-168/+164
| * | audit: fix whitespace in CWD recordSteve Grubb2016-07-141-1/+1
| * | audit: add fields to exclude filter by reusing user filterRichard Guy Briggs2016-06-273-100/+57
| * | audit: fix some horrible switch statement style crimesPaul Moore2016-06-162-4/+12
| * | audit: fixup: log on errors from filter user rulesRichard Guy Briggs2016-05-311-2/+2
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-292-98/+92
|\ \ \
| * | | seccomp: recheck the syscall after RET_TRACEKees Cook2016-06-141-3/+18
| * | | seccomp: remove 2-phase APIKees Cook2016-06-141-88/+41
| * | | seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2016-06-141-2/+2
| * | | kernel: Add noaudit variant of ns_capable()Tyler Hicks2016-06-061-10/+36
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-292-0/+16
|\ \ \ \
| * | | | cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee2016-06-301-0/+2
| * | | | fs: Limit file caps to the user namespace of the super blockSeth Forshee2016-06-241-0/+14
| |/ / /
* | | | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-291-10/+8
|\ \ \ \
| * | | | cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman2016-07-151-6/+2
| * | | | cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman2016-07-151-0/+5
| * | | | cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman2016-07-151-4/+1
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-298-385/+275
|\ \ \ \ \
| * | | | | timers/core: Correct callback order during CPU hot plugRichard Cochran2016-07-281-5/+10
| * | | | | rcu: Convert rcutree to hotplug state machineThomas Gleixner2016-07-152-53/+66
| * | | | | smp/cfd: Convert core to hotplug state machineRichard Weinberger2016-07-152-47/+41
| * | | | | profile: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-151-116/+65
| * | | | | timers/core: Convert to hotplug state machineRichard Cochran2016-07-152-23/+7
| * | | | | hrtimer: Convert to hotplug state machineThomas Gleixner2016-07-152-35/+10
| * | | | | workqueue: Convert to state machine callbacksThomas Gleixner2016-07-142-65/+53
| * | | | | perf/core: Convert to hotplug state machineThomas Gleixner2016-07-142-46/+21
| * | | | | cpu/hotplug: Handle early registration gracefullyThomas Gleixner2016-07-141-0/+7
| * | | | | Merge branch 'core/urgent' into smp/hotplug to pick up dependenciesThomas Gleixner2016-07-131-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'core/rcu' into smp/hotplug to pick up dependenciesThomas Gleixner2016-07-139-736/+844
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'timers/core' into smp/hotplug to pick up dependenciesThomas Gleixner2016-07-1312-537/+749
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-07-2812-453/+565
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ftrace: Reduce size of function graph entriesNamhyung Kim2016-07-052-2/+13
| * | | | | | | | | tracing: Have HIST_TRIGGERS select TRACINGTom Zanussi2016-07-051-0/+1
| * | | | | | | | | tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun2016-07-051-6/+2
| * | | | | | | | | ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)2016-07-053-6/+14
| * | | | | | | | | tracing/function_graph: Fix filters for function_graph thresholdJoel Fernandes2016-06-271-9/+8
| * | | | | | | | | tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)2016-06-231-1/+18
| * | | | | | | | | tracing: Expose CPU physical addresses (resource values) for PCI devicesBjorn Helgaas2016-06-201-7/+3
| * | | | | | | | | tracing: Show the preempt count of when the event was calledSteven Rostedt (Red Hat)2016-06-201-0/+8
| * | | | | | | | | tracing: Choose static tp_printk buffer by explicit nesting countAndy Lutomirski2016-06-201-59/+24
| * | | | | | | | | tracing: expose current->comm to [ku]probe eventsOmar Sandoval2016-06-203-0/+44
| * | | | | | | | | ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)2016-06-205-185/+148
| * | | | | | | | | tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)2016-06-203-102/+124
| * | | | | | | | | tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)2016-06-203-31/+77
| * | | | | | | | | tracing: Move filtered_pid helper functions into trace.cSteven Rostedt2016-06-202-51/+78
| * | | | | | | | | tracing: Make the pid filtering helper functions globalSteven Rostedt2016-06-202-17/+26
* | | | | | | | | | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-6/+0
|\ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud