| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-11 | 13 | -2591/+2681 |
|\ |
|
| * | sysctl: fix int -> unsigned long assignments in INT_MIN case | Ilya Dryomov | 2015-09-10 | 1 | -5/+5 |
| * | kexec: export KERNEL_IMAGE_SIZE to vmcoreinfo | Baoquan He | 2015-09-10 | 1 | -0/+3 |
| * | kexec: align crash_notes allocation to make it be inside one physical page | Baoquan He | 2015-09-10 | 1 | -1/+22 |
| * | kexec: remove unnecessary test in kimage_alloc_crash_control_pages() | Minfei Huang | 2015-09-10 | 1 | -2/+1 |
| * | kexec: split kexec_load syscall from kexec core code | Dave Young | 2015-09-10 | 8 | -1500/+1521 |
| * | kexec: split kexec_file syscall code to kexec_file.c | Dave Young | 2015-09-10 | 4 | -1045/+1079 |
| * | kmod: handle UMH_WAIT_PROC from system unbound workqueue | Frederic Weisbecker | 2015-09-10 | 1 | -24/+20 |
| * | kmod: use system_unbound_wq instead of khelper | Frederic Weisbecker | 2015-09-10 | 1 | -23/+17 |
| * | kmod: add up-to-date explanations on the purpose of each asynchronous levels | Frederic Weisbecker | 2015-09-10 | 1 | -8/+24 |
| * | kmod: remove unecessary explicit wide CPU affinity setting | Frederic Weisbecker | 2015-09-10 | 1 | -3/+0 |
| * | kmod: bunch of internal functions renames | Frederic Weisbecker | 2015-09-10 | 1 | -13/+17 |
| * | kmod: correct documentation of return status of request_module | NeilBrown | 2015-09-10 | 1 | -4/+5 |
| * | kernel/cred.c: remove unnecessary kdebug atomic reads | Joe Perches | 2015-09-10 | 1 | -4/+9 |
| * | kernel/extable.c: remove duplicated include | Wei Yongjun | 2015-09-10 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-09-10 | 2 | -6/+10 |
|\ \
| |/
|/| |
|
| * | bpf: fix out of bounds access in verifier log | Alexei Starovoitov | 2015-09-09 | 1 | -2/+2 |
| * | ebpf: fix fd refcount leaks related to maps in bpf syscall | Daniel Borkmann | 2015-09-09 | 1 | -4/+8 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-09 | 2 | -5/+5 |
|\ \ |
|
| * | | mm: rename alloc_pages_exact_node() to __alloc_pages_node() | Vlastimil Babka | 2015-09-09 | 1 | -4/+4 |
| * | | cgroup: fix seq_show_option merge with legacy_name | Kees Cook | 2015-09-09 | 1 | -1/+1 |
* | | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 3 | -25/+228 |
|\ \ \ |
|
| * | | | add devm_memremap_pages | Christoph Hellwig | 2015-08-28 | 1 | -0/+53 |
| * | | | devres: add devm_memremap | Christoph Hellwig | 2015-08-14 | 1 | -0/+39 |
| * | | | arch: introduce memremap() | Dan Williams | 2015-08-14 | 2 | -0/+100 |
| * | | | mm: enhance region_is_ram() to region_intersects() | Dan Williams | 2015-08-11 | 1 | -25/+36 |
* | | | | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2015-09-08 | 8 | -416/+516 |
|\ \ \ \ |
|
| * | | | | ring-buffer: Revert "ring-buffer: Get timestamp after event is allocated" | Steven Rostedt (Red Hat) | 2015-09-03 | 1 | -106/+50 |
| * | | | | tracing: Allow triggers to filter for CPU ids and process names | Daniel Wagner | 2015-08-12 | 2 | -2/+77 |
| * | | | | tracing: Introduce two additional marks for delay | Jungseok Lee | 2015-07-21 | 1 | -1/+3 |
| * | | | | ftrace: Fix function_graph duration spacing with 7-digits | Steven Rostedt (Red Hat) | 2015-07-21 | 1 | -2/+2 |
| * | | | | ftrace: add tracing_thresh to function profile | Umesh Tiwari | 2015-07-21 | 1 | -2/+7 |
| * | | | | tracing: Clean up stack tracing and fix fentry updates | Steven Rostedt (Red Hat) | 2015-07-21 | 1 | -45/+23 |
| * | | | | ring-buffer: Reorganize function locations | Steven Rostedt (Red Hat) | 2015-07-21 | 1 | -411/+403 |
| * | | | | ring-buffer: Make sure event has enough room for extend and padding | Steven Rostedt (Red Hat) | 2015-07-21 | 1 | -0/+15 |
| * | | | | ring-buffer: Get timestamp after event is allocated | Steven Rostedt (Red Hat) | 2015-07-21 | 1 | -47/+114 |
| * | | | | ring-buffer: Move the adding of the extended timestamp out of line | Steven Rostedt (Red Hat) | 2015-07-21 | 1 | -16/+25 |
| * | | | | ring-buffer: Add event descriptor to simplify passing data | Steven Rostedt (Red Hat) | 2015-07-21 | 1 | -39/+52 |
| * | | | | ftrace: correct the counter increment for trace_buffer data | Umesh Tiwari | 2015-07-21 | 1 | -1/+1 |
| * | | | | tracing: Fix for non-continuous cpu ids | Gil Fruchter | 2015-07-21 | 1 | -1/+1 |
| * | | | | tracing: Prefer kcalloc over kzalloc with multiply | Gil Fruchter | 2015-07-21 | 1 | -1/+1 |
* | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2015-09-08 | 8 | -37/+351 |
|\ \ \ \ \ |
|
| * | | | | | fixup: audit: implement audit by executable | Richard Guy Briggs | 2015-08-13 | 1 | -3/+9 |
| * | | | | | audit: implement audit by executable | Richard Guy Briggs | 2015-08-06 | 5 | -1/+92 |
| * | | | | | audit: clean simple fsnotify implementation | Richard Guy Briggs | 2015-08-06 | 4 | -2/+232 |
| * | | | | | audit: use macros for unset inode and device values | Richard Guy Briggs | 2015-08-06 | 3 | -8/+8 |
| * | | | | | audit: make audit_del_rule() more robust | Richard Guy Briggs | 2015-08-05 | 1 | -6/+6 |
| * | | | | | audit: fix uninitialized variable in audit_add_rule() | Paul Moore | 2015-08-05 | 1 | -1/+1 |
| * | | | | | audit: eliminate unnecessary extra layer of watch parent references | Richard Guy Briggs | 2015-08-05 | 1 | -4/+2 |
| * | | | | | audit: eliminate unnecessary extra layer of watch references | Richard Guy Briggs | 2015-08-05 | 2 | -16/+5 |