summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-123-0/+70
|\
| * sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-123-0/+70
* | Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-121-1/+1
|\ \ | |/ |/|
| *---. Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki2015-09-111-1/+1
| |\ \ \
| | * | | kernel/cpu_pm: fix cpu_cluster_pm_exit commentLina Iyer2015-09-031-1/+1
| | |/ /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-1113-2591/+2681
|\ \ \ \
| * | | | sysctl: fix int -> unsigned long assignments in INT_MIN caseIlya Dryomov2015-09-101-5/+5
| * | | | kexec: export KERNEL_IMAGE_SIZE to vmcoreinfoBaoquan He2015-09-101-0/+3
| * | | | kexec: align crash_notes allocation to make it be inside one physical pageBaoquan He2015-09-101-1/+22
| * | | | kexec: remove unnecessary test in kimage_alloc_crash_control_pages()Minfei Huang2015-09-101-2/+1Star
| * | | | kexec: split kexec_load syscall from kexec core codeDave Young2015-09-108-1500/+1521
| * | | | kexec: split kexec_file syscall code to kexec_file.cDave Young2015-09-104-1045/+1079
| * | | | kmod: handle UMH_WAIT_PROC from system unbound workqueueFrederic Weisbecker2015-09-101-24/+20Star
| * | | | kmod: use system_unbound_wq instead of khelperFrederic Weisbecker2015-09-101-23/+17Star
| * | | | kmod: add up-to-date explanations on the purpose of each asynchronous levelsFrederic Weisbecker2015-09-101-8/+24
| * | | | kmod: remove unecessary explicit wide CPU affinity settingFrederic Weisbecker2015-09-101-3/+0Star
| * | | | kmod: bunch of internal functions renamesFrederic Weisbecker2015-09-101-13/+17
| * | | | kmod: correct documentation of return status of request_moduleNeilBrown2015-09-101-4/+5
| * | | | kernel/cred.c: remove unnecessary kdebug atomic readsJoe Perches2015-09-101-4/+9
| * | | | kernel/extable.c: remove duplicated includeWei Yongjun2015-09-101-1/+0Star
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-102-6/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bpf: fix out of bounds access in verifier logAlexei Starovoitov2015-09-091-2/+2
| * | | | ebpf: fix fd refcount leaks related to maps in bpf syscallDaniel Borkmann2015-09-091-4/+8
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-092-5/+5
|\ \ \ \ \
| * | | | | mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-091-4/+4
| * | | | | cgroup: fix seq_show_option merge with legacy_nameKees Cook2015-09-091-1/+1
* | | | | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-083-25/+228
|\ \ \ \ \ \
| * | | | | | add devm_memremap_pagesChristoph Hellwig2015-08-281-0/+53
| * | | | | | devres: add devm_memremapChristoph Hellwig2015-08-141-0/+39
| * | | | | | arch: introduce memremap()Dan Williams2015-08-142-0/+100
| * | | | | | mm: enhance region_is_ram() to region_intersects()Dan Williams2015-08-111-25/+36
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-09-088-416/+516
|\ \ \ \ \ \
| * | | | | | ring-buffer: Revert "ring-buffer: Get timestamp after event is allocated"Steven Rostedt (Red Hat)2015-09-031-106/+50Star
| * | | | | | tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner2015-08-122-2/+77
| * | | | | | tracing: Introduce two additional marks for delayJungseok Lee2015-07-211-1/+3
| * | | | | | ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)2015-07-211-2/+2
| * | | | | | ftrace: add tracing_thresh to function profileUmesh Tiwari2015-07-211-2/+7
| * | | | | | tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)2015-07-211-45/+23Star
| * | | | | | ring-buffer: Reorganize function locationsSteven Rostedt (Red Hat)2015-07-211-411/+403Star
| * | | | | | ring-buffer: Make sure event has enough room for extend and paddingSteven Rostedt (Red Hat)2015-07-211-0/+15
| * | | | | | ring-buffer: Get timestamp after event is allocatedSteven Rostedt (Red Hat)2015-07-211-47/+114
| * | | | | | ring-buffer: Move the adding of the extended timestamp out of lineSteven Rostedt (Red Hat)2015-07-211-16/+25
| * | | | | | ring-buffer: Add event descriptor to simplify passing dataSteven Rostedt (Red Hat)2015-07-211-39/+52
| * | | | | | ftrace: correct the counter increment for trace_buffer dataUmesh Tiwari2015-07-211-1/+1
| * | | | | | tracing: Fix for non-continuous cpu idsGil Fruchter2015-07-211-1/+1
| * | | | | | tracing: Prefer kcalloc over kzalloc with multiplyGil Fruchter2015-07-211-1/+1
* | | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-09-088-37/+351
|\ \ \ \ \ \ \
| * | | | | | | fixup: audit: implement audit by executableRichard Guy Briggs2015-08-131-3/+9
| * | | | | | | audit: implement audit by executableRichard Guy Briggs2015-08-065-1/+92
| * | | | | | | audit: clean simple fsnotify implementationRichard Guy Briggs2015-08-064-2/+232