aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano5-13/+10
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman9-122/+267
2016-02-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+10
2016-02-13nohz: Implement wide kick on top of irq workFrederic Weisbecker1-8/+4
2016-02-13atomic: Export fetch_or()Frederic Weisbecker1-14/+0
2016-02-13Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar6-84/+216
2016-02-12cgroup: provide cgroup_nov1= to disable controllers in v1 mountsJohannes Weiner1-1/+42
2016-02-11mm: fix pfn_t vs highmemDan Williams1-1/+1
2016-02-11kernel/locking/lockdep.c: convert hash tables to hlistsAndrew Morton1-23/+19
2016-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-02-11PM / suspend: replacing printksaurabh1-3/+3
2016-02-11PM/freezer: y2038, use boottime to compare tstampsAbhilash Jindal1-7/+5
2016-02-11Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki3-10/+23
2016-02-10bpf: 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-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-45/+75
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo1-2/+21
2016-02-09workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUsMike Galbraith1-2/+32
2016-02-09Revert "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-05signals: 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-01Merge 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-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-30/+61
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-9/+25
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-635/+641
2016-01-31Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-72/+81
2016-01-31Merge 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