summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-02-11bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann1-1/+1
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-30/+72
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+67
2016-02-10workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo1-0/+10
2016-02-10Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-45/+75
2016-02-10workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo1-2/+21
2016-02-10workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUsMike Galbraith1-2/+32
2016-02-10Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo1-4/+4
2016-02-09sched/numa: Spread memory according to CPU and memory useRik van Riel1-40/+47
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin1-59/+0
2016-02-09locking/lockdep: Convert hash tables to hlistsAndrew Morton1-23/+19
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman8-90/+232
2016-02-09kprobes: Optimize hot path by using percpu counter to collect 'nhit' statisticsMartin KaFai Lau1-4/+15
2016-02-09locking/lockdep: Fix stack trace caching logicDmitry Vyukov1-6/+10
2016-02-08audit: Fix typo in commentWei Yuan2-4/+4
2016-02-08genirq: Add default affinity mask command line optionThomas Gleixner1-2/+19
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov3-26/+178
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov1-11/+91
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov1-47/+228
2016-02-06signals: avoid random wakeups in sigsuspend()Sasha Levin1-2/+4
2016-02-05sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalidPrarit Bhargava1-2/+7
2016-02-05cpufreq: powernv/tracing: Add powernv_throttle tracepointShilpasri G Bhat1-0/+1
2016-02-03Merge tag 'trace-v4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+7
2016-02-03modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell1-43/+69
2016-02-03module: wrapper for symbol name.Rusty Russell1-11/+15
2016-02-03modules: fix modparam async_probe requestLuis R. Rodriguez1-1/+1
2016-02-02Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+12
2016-02-01Merge 4.5-rc2 into tty-nextGreg Kroah-Hartman22-765/+833
2016-02-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-30/+61
2016-02-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-9/+25
2016-02-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-635/+641
2016-02-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-72/+81
2016-02-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+11
2016-01-31phys_to_pfn_t: use phys_addr_tDan Williams1-1/+1
2016-01-31kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.oLi Bin1-2/+1
2016-01-30resource: Kill walk_iomem_res()Toshi Kani1-44/+5
2016-01-30x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem searchToshi Kani1-4/+4
2016-01-30resource: Add walk_iomem_res_desc()Toshi Kani1-10/+56
2016-01-30memremap: Change region_intersects() to take @flags and @descToshi Kani2-17/+22
2016-01-30resource: Change walk_system_ram() to use System RAM typeToshi Kani1-13/+13
2016-01-30kexec: Set IORESOURCE_SYSTEM_RAM for System RAMToshi Kani2-4/+6
2016-01-30resource: Add I/O resource descriptorToshi Kani1-0/+5
2016-01-30resource: Handle resource flags properlyToshi Kani1-3/+4
2016-01-30pid: Fix spelling in commentsZhen Lei1-1/+1
2016-01-30devm_memremap_pages: fix vmem_altmap lifetime + alignment handlingDan Williams1-7/+11
2016-01-30Merge tag 'pm+acpi-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2-2/+2
2016-01-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-11/+11
2016-01-29workqueue: skip flush dependency checks for legacy workqueuesTejun Heo1-1/+2
2016-01-29tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt1-0/+7