summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Define PERF_PMU_TXN_READ interfaceSukadev Bhattiprolu2015-09-131-5/+19
* perf/core: Add return value for perf_event_read()Sukadev Bhattiprolu2015-09-131-11/+34
* perf/core: Invert perf_read_group() loopsPeter Zijlstra2015-09-131-30/+55
* perf/core: Add group reads to perf_event_read()Peter Zijlstra2015-09-131-7/+32
* perf/core: Rename perf_event_read_{one,group}, perf_read_hwPeter Zijlstra (Intel)2015-09-131-7/+7
* perf/core: Split perf_event_read() and perf_event_count()Sukadev Bhattiprolu2015-09-131-6/+8
* perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu2015-09-131-3/+28
* perf/core: Delete PF_EXITING checks from perf_cgroup_exit() callbackKirill Tkhai2015-09-131-8/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-113-0/+70
|\
| * sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-113-0/+70
* | Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-111-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-1013-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/+1
| * | | | 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/+20
| * | | | kmod: use system_unbound_wq instead of khelperFrederic Weisbecker2015-09-101-23/+17
| * | | | 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/+0
| * | | | 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/+0
* | | | | 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-082-5/+5
|\ \ \ \ \
| * | | | | mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-4/+4
| * | | | | cgroup: fix seq_show_option merge with legacy_nameKees Cook2015-09-081-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-271-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-101-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/+50
| * | | | | | tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner2015-08-112-2/+77
| * | | | | | tracing: Introduce two additional marks for delayJungseok Lee2015-07-201-1/+3
| * | | | | | ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)2015-07-201-2/+2
| * | | | | | ftrace: add tracing_thresh to function profileUmesh Tiwari2015-07-201-2/+7
| * | | | | | tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)2015-07-201-45/+23
| * | | | | | ring-buffer: Reorganize function locationsSteven Rostedt (Red Hat)2015-07-201-411/+403
| * | | | | | ring-buffer: Make sure event has enough room for extend and paddingSteven Rostedt (Red Hat)2015-07-201-0/+15
| * | | | | | ring-buffer: Get timestamp after event is allocatedSteven Rostedt (Red Hat)2015-07-201-47/+114
| * | | | | | ring-buffer: Move the adding of the extended timestamp out of lineSteven Rostedt (Red Hat)2015-07-201-16/+25
OpenPOWER on IntegriCloud