summaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-124-34/+191
|\
| * list_lru: dynamically adjust node arraysGlauber Costa2013-09-101-11/+2
| * shrinker: Kill old ->shrink API.Dave Chinner2013-09-101-10/+5
| * fs: convert inode and dentry shrinking to be node awareDave Chinner2013-09-101-2/+2
| * vmscan: per-node deferred workGlauber Costa2013-09-101-2/+12
| * shrinker: add node awarenessDave Chinner2013-09-101-0/+3
| * list_lru: remove special case function list_lru_dispose_all.Glauber Costa2013-09-101-17/+0
| * list_lru: per-node APIGlauber Costa2013-09-101-5/+34
| * list_lru: per-node list infrastructureDave Chinner2013-09-101-5/+18
| * dcache: convert to use new lru list infrastructureDave Chinner2013-09-101-8/+7
| * inode: convert inode lru list to generic lru list code.Dave Chinner2013-09-101-4/+2
| * list: add a new LRU list typeDave Chinner2013-09-101-0/+115
| * shrinker: convert superblock shrinkers to new APIDave Chinner2013-09-101-6/+2
| * mm: new shrinker APIDave Chinner2013-09-101-9/+29
| * dentry: move to per-sb LRU locksDave Chinner2013-09-101-1/+3
| * super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-101-0/+4
| * fs: bump inode and dentry counters to longGlauber Costa2013-09-102-7/+7
| * fs: remove vfs_follow_linkChristoph Hellwig2013-09-101-1/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2013-09-122-9/+26
|\ \
| * | leds-pca9633: Rename to leds-pca963xRicardo Ribalda Delgado2013-08-261-13/+14
| * | leds: pca9633: Add hardware blink supportMark A. Greer2013-08-261-0/+6
| * | leds: support new LP8501 device - another LP55xx commonKim, Milo2013-08-261-0/+10
* | | Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-09-121-0/+16
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'arm/exynos', 'ppc/pamu', 'arm/smmu', 'x86/amd' and 'iommu/fix...Joerg Roedel2013-09-121-0/+16
| |\ \ \ \
| | | * | | iommu/fsl: Add additional iommu attributes required by the PAMU driver.Varun Sethi2013-08-141-0/+16
| | |/ / /
* | | | | Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-121-1/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-09-111-1/+0
| |\ \ \ \ \
| | * | | | | Revert "cpufreq: make sure frequency transitions are serialized"Rafael J. Wysocki2013-09-101-1/+0
| | * | | | | cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writesSrivatsa S. Bhat2013-09-101-1/+0
| | * | | | | cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar2013-09-101-0/+1
* | | | | | | vfs: move get_fs_root_and_pwd() to single callerLinus Torvalds2013-09-121-11/+0
* | | | | | | seqlock: Add a new locking reader typeWaiman Long2013-09-121-5/+63
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-09-122-119/+18
|\ \ \ \ \ \ \
| * | | | | | | thermal: thermal_core: allow binding with limits on bind_paramsEduardo Valentin2013-09-031-0/+10
| * | | | | | | drivers: thermal: make usage of CONFIG_THERMAL_HWMON optionalEduardo Valentin2013-09-031-0/+8
| * | | | | | | Merge branch 'for_3.12/exynos' of git://git.kernel.org/pub/scm/linux/kernel/g...Zhang Rui2013-08-151-119/+0
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | thermal: exynos: Move exynos_thermal.h from include/* to driver/* folderAmit Daniel Kachhap2013-08-131-119/+0
* | | | | | | | lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2013-09-111-4/+4
* | | | | | | | ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-111-1/+1
* | | | | | | | initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-112-1/+2
* | | | | | | | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-111-0/+1
* | | | | | | | rbtree: add rbtree_postorder_for_each_entry_safe() helperCody P Schafer2013-09-111-0/+18
* | | | | | | | rbtree: add postorder iteration functionsCody P Schafer2013-09-111-0/+4
* | | | | | | | vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu2013-09-111-0/+3
* | | | | | | | vmcore: introduce ELF header in new memory featureMichael Holzheu2013-09-111-0/+6
* | | | | | | | exec: kill "int depth" in search_binary_handler()Oleg Nesterov2013-09-111-1/+1
* | | | | | | | kprobes: allow to specify custom allocator for insn cachesHeiko Carstens2013-09-111-0/+2
* | | | | | | | kprobes: unify insn cachesHeiko Carstens2013-09-111-4/+28
* | | | | | | | syscalls.h: add forward declarations for inplace syscall wrappersSergei Trofimovich2013-09-112-0/+2
* | | | | | | | smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney2013-09-111-16/+5