index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
syscalls.h: add forward declarations for inplace syscall wrappers
Sergei Trofimovich
2013-09-11
2
-0
/
+2
*
smp.h: move !SMP version of on_each_cpu() out-of-line
David Daney
2013-09-11
1
-16
/
+5
*
smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond
David Daney
2013-09-11
1
-46
/
+16
*
mm/hwpoison: don't need to hold compound lock for hugetlbfs page
Wanpeng Li
2013-09-11
1
-14
/
+0
*
mm/page-writeback.c: add strictlimit feature
Maxim Patlasov
2013-09-11
1
-0
/
+3
*
mm/writeback: make writeback_inodes_wb static
Wanpeng Li
2013-09-11
1
-2
/
+0
*
mm: vmscan: fix do_try_to_free_pages() livelock
Lisa Du
2013-09-11
3
-2
/
+1
*
mm: munlock: manual pte walk in fast path instead of follow_page_mask()
Vlastimil Babka
2013-09-11
1
-6
/
+6
*
mm: track vma changes with VM_SOFTDIRTY bit
Cyrill Gorcunov
2013-09-11
1
-0
/
+6
*
memblock, numa: binary search node id
Yinghai Lu
2013-09-11
1
-0
/
+2
*
mm: migrate: check movability of hugepage in unmap_and_move_huge_page()
Naoya Horiguchi
2013-09-11
1
-0
/
+12
*
mm: memory-hotplug: enable memory hotplug to handle hugepage
Naoya Horiguchi
2013-09-11
1
-0
/
+6
*
mm: migrate: remove VM_HUGETLB from vma flag check in vma_migratable()
Naoya Horiguchi
2013-09-11
1
-1
/
+1
*
mm: mbind: add hugepage migration code to mbind()
Naoya Horiguchi
2013-09-11
1
-0
/
+3
*
mm: soft-offline: use migrate_pages() instead of migrate_huge_page()
Naoya Horiguchi
2013-09-11
1
-5
/
+0
*
mm: migrate: make core migration code aware of hugepage
Naoya Horiguchi
2013-09-11
1
-0
/
+4
*
lib/genalloc.c: fix overflow of ending address of memory chunk
Joonyoung Shim
2013-09-11
1
-2
/
+2
*
vmstat: create separate function to fold per cpu diffs into local counters
Christoph Lameter
2013-09-11
1
-1
/
+2
*
swap: clean-up #ifdef in page_mapping()
Joonsoo Kim
2013-09-11
1
-0
/
+1
*
mm: page_alloc: fair zone allocator policy
Johannes Weiner
2013-09-11
1
-0
/
+1
*
mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag trace...
Srivatsa S. Bhat
2013-09-11
1
-3
/
+7
*
swap: make cluster allocation per-cpu
Shaohua Li
2013-09-11
1
-0
/
+11
*
swap: make swap discard async
Shaohua Li
2013-09-11
1
-9
/
+11
*
swap: change block allocation algorithm for SSD
Shaohua Li
2013-09-11
1
-0
/
+20
*
mm: vmstats: track TLB flush stats on UP too
Dave Hansen
2013-09-11
1
-1
/
+2
*
mm: vmstats: tlb flush counters
Dave Hansen
2013-09-11
1
-0
/
+5
*
mm: mempolicy: turn vma_set_policy() into vma_dup_policy()
Oleg Nesterov
2013-09-11
1
-2
/
+7
*
block: support embedded device command line partition
Cai Zhiyong
2013-09-11
1
-0
/
+43
*
include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_grou...
Oleg Nesterov
2013-09-11
1
-4
/
+4
*
include/linux/smp.h:on_each_cpu(): switch back to a C function
Andrew Morton
2013-09-11
1
-8
/
+12
*
Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6
Linus Torvalds
2013-09-10
3
-0
/
+58
|
\
|
*
power: Add twl4030_madc battery driver.
Marek Belisko
2013-08-30
1
-0
/
+39
|
*
power_supply: Prevent suspend until power supply events are processed
Zoran Markovic
2013-08-27
1
-0
/
+3
|
*
bq24190_charger: Add support for TI BQ24190 Battery Charger
Mark A. Greer
2013-08-27
1
-0
/
+16
*
|
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-09-10
3
-0
/
+252
|
\
\
|
*
\
Merge tag 'drm-intel-fixes-2013-09-06' of git://people.freedesktop.org/~danve...
Dave Airlie
2013-09-10
3
-0
/
+252
|
|
\
\
|
|
*
|
i915: Update VGA arbiter support for newer devices
Alex Williamson
2013-09-03
1
-0
/
+7
|
|
*
|
x86: add early quirk for reserving Intel graphics stolen memory v5
Jesse Barnes
2013-09-03
1
-0
/
+32
|
|
*
|
drm/i915: split PCI IDs out into i915_drm.h v4
Jesse Barnes
2013-09-03
2
-0
/
+213
*
|
|
|
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2013-09-10
2
-3
/
+20
|
\
\
\
\
|
*
|
|
|
svcrpc: remove unused rq_resused
J. Bruce Fields
2013-08-30
1
-1
/
+0
|
*
|
|
|
Merge tag 'v3.11-rc5' into for-3.12 branch
J. Bruce Fields
2013-08-30
47
-276
/
+568
|
|
\
\
\
\
|
*
|
|
|
|
sunrpc: prepare NFS for 2038
Harshula Jayasuriya
2013-08-19
1
-2
/
+20
*
|
|
|
|
|
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2013-09-10
4
-19
/
+562
|
\
\
\
\
\
\
|
*
|
|
|
|
|
of: introduce of_parse_phandle_with_fixed_args
Stephen Warren
2013-08-29
1
-0
/
+10
|
*
|
|
|
|
|
of: Make of_get_phy_mode() return int i.s.o. const int
Geert Uytterhoeven
2013-08-28
1
-2
/
+2
|
*
|
|
|
|
|
Merge tag 'v3.11-rc7' into devicetree/next
Grant Likely
2013-08-28
63
-353
/
+751
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
include: dt-binding: input: create a DT header defining key codes.
Laxman Dewangan
2013-08-19
1
-0
/
+525
|
*
|
|
|
|
|
|
of: Specify initrd location using 64-bit
Santosh Shilimkar
2013-07-24
1
-2
/
+1
|
*
|
|
|
|
|
|
OF: make of_property_for_each_{u32|string}() use parameters if OF is not enabled
Sebastian Andrzej Siewior
2013-07-24
1
-15
/
+24
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
[next]