index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-25
mm: remove last trace of shmem_get_unmapped_area
Hugh Dickins
1
-8
/
+0
2011-05-25
tmpfs: implement generic xattr support
Eric Paris
1
-1
/
+7
2011-05-25
memblock/nobootmem: allow alloc_bootmem() to take 0 as low limit
Yinghai Lu
1
-9
/
+16
2011-05-25
mm: delete non-atomic mm counter implementation
Matt Fleming
2
-43
/
+10
2011-05-25
mm: do not define PFN_SECTION_SHIFT if !CONFIG_SPARSEMEM
Daniel Kiper
1
-4
/
+0
2011-05-25
mm: pfn_to_section_nr()/section_nr_to_pfn() is valid only in CONFIG_SPARSEMEM...
Daniel Kiper
1
-3
/
+3
2011-05-25
mm: enable set_page_section() only if CONFIG_SPARSEMEM and !CONFIG_SPARSEMEM_...
Daniel Kiper
1
-6
/
+8
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
Ying Han
1
-8
/
+11
2011-05-25
vmscan: change shrink_slab() interfaces by passing shrink_control
Ying Han
1
-2
/
+11
2011-05-25
readahead: readahead page allocations are OK to fail
Wu Fengguang
1
-0
/
+6
2011-05-25
mm: break out page allocation warning code
Dave Hansen
1
-0
/
+2
2011-05-25
mm: convert mm->cpu_vm_cpumask into cpumask_var_t
KOSAKI Motohiro
2
-3
/
+7
2011-05-25
mm: uninline large generic tlb.h functions
Peter Zijlstra
1
-122
/
+13
2011-05-25
mm: convert anon_vma->lock to a mutex
Peter Zijlstra
3
-14
/
+10
2011-05-25
mm: revert page_lock_anon_vma() lock annotation
Peter Zijlstra
1
-14
/
+1
2011-05-25
mm: Convert i_mmap_lock to a mutex
Peter Zijlstra
2
-2
/
+2
2011-05-25
mm: Remove i_mmap_lock lockbreak
Peter Zijlstra
3
-5
/
+0
2011-05-25
lockdep, mutex: provide mutex_lock_nest_lock
Peter Zijlstra
2
-0
/
+12
2011-05-25
mm: extended batches for generic mmu_gather
Peter Zijlstra
1
-46
/
+83
2011-05-25
mm, powerpc: move the RCU page-table freeing into generic code
Peter Zijlstra
1
-5
/
+51
2011-05-25
mm: mmu_gather rework
Peter Zijlstra
2
-28
/
+70
2011-05-25
mm: make expand_downwards() symmetrical with expand_upwards()
Michal Hocko
1
-3
/
+5
2011-05-25
include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON()
Dave Hansen
1
-3
/
+1
2011-05-25
include/linux/gfp.h: work around apparent sparse confusion
Dave Hansen
1
-6
/
+1
2011-05-25
oom: replace PF_OOM_ORIGIN with toggling oom_score_adj
David Rientjes
2
-1
/
+2
2011-05-25
mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur
KOSAKI Motohiro
1
-0
/
+3
2011-05-25
mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occurs
KOSAKI Motohiro
1
-1
/
+1
2011-05-25
x86,mm: make pagefault killable
KOSAKI Motohiro
1
-0
/
+1
2011-05-25
mm: introduce wait_on_page_locked_killable()
KOSAKI Motohiro
1
-0
/
+9
2011-05-25
mm: per-node vmstat: show proper vmstats
KOSAKI Motohiro
1
-1
/
+3
2011-05-25
arch, mm: filter disallowed nodes from arch specific show_mem functions
David Rientjes
1
-3
/
+3
2011-05-25
9p: Small cleanup in <net/9p/9p.h>
Sasha Levin
1
-2
/
+1
2011-05-25
9p: typo fixes and minor cleanups
Rob Landley
3
-7
/
+8
2011-05-25
mmc: quirks: Add/remove quirks conditional support.
Andrei Warkentin
1
-4
/
+36
2011-05-25
mmc: core: add support for eMMC Dual Data Rate
Philip Rakity
1
-0
/
+1
2011-05-25
mmc: sdhi: allow powering down controller with no card inserted
Guennadi Liakhovetski
1
-0
/
+4
2011-05-25
mmc: tmio: runtime suspend the controller, where possible
Guennadi Liakhovetski
1
-0
/
+17
2011-05-25
mmc: sdio: optimized SDIO IRQ handling for single irq
Stefan Nilsson XK
1
-0
/
+1
2011-05-25
mmc: sdhci: add support for retuning mode 1
Arindam Nath
1
-0
/
+6
2011-05-25
mmc: sdhci: add support for programmable clock mode
Arindam Nath
1
-0
/
+1
2011-05-25
mmc: sdhci: enable preset value after uhs initialization
Arindam Nath
1
-0
/
+1
2011-05-25
mmc: sd: add support for tuning during uhs initialization
Arindam Nath
3
-0
/
+6
2011-05-25
mmc: sd: report correct speed and capacity of uhs cards
Arindam Nath
1
-0
/
+7
2011-05-25
mmc: sd: set current limit for uhs cards
Arindam Nath
2
-0
/
+13
2011-05-25
mmc: sd: add support for uhs bus speed mode selection
Arindam Nath
2
-0
/
+24
2011-05-25
mmc: sd: add support for driver type selection
Arindam Nath
2
-0
/
+14
2011-05-25
mmc: sd: query function modes for uhs cards
Arindam Nath
1
-0
/
+4
2011-05-25
mmc: sd: add support for signal voltage switch procedure
Arindam Nath
2
-0
/
+22
2011-05-25
mmc: core: Add mmc CMD+ACMD passthrough ioctl
John Calixto
4
-0
/
+57
2011-05-25
mmc: sdhci: Fix read-only detection with JMicron 388 chip
Takashi Iwai
1
-0
/
+2
[prev]
[next]