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
2013-09-17
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-16
/
+0
2013-09-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+1
2013-09-15
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
4
-279
/
+124
2013-09-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+1
2013-09-14
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+6
2013-09-13
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
4
-20
/
+12
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
7
-144
/
+3
2013-09-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
6
-4
/
+128
2013-09-13
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
6
-25
/
+143
2013-09-13
thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()
Kirill A. Shutemov
2
-4
/
+2
2013-09-13
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
1
-1
/
+1
2013-09-13
mm: make lru_add_drain_all() selective
Chris Metcalf
1
-1
/
+1
2013-09-13
memcg: add per cgroup writeback pages accounting
Sha Zhengju
1
-0
/
+1
2013-09-13
memcg: remove MEMCG_NR_FILE_MAPPED
Sha Zhengju
1
-8
/
+19
2013-09-13
memcg: rename RESOURCE_MAX to RES_COUNTER_MAX
Sha Zhengju
1
-1
/
+1
2013-09-13
memcg: correct RESOURCE_MAX to ULLONG_MAX
Sha Zhengju
1
-1
/
+1
2013-09-13
mm: memcg: do not trap chargers with full callstack on OOM
Johannes Weiner
2
-0
/
+25
2013-09-13
mm: memcg: enable memcg OOM killer only for user faults
Johannes Weiner
2
-0
/
+47
2013-09-13
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-0
/
+1
2013-09-13
memcg: enhance memcg iterator to support predicates
Michal Hocko
1
-6
/
+43
2013-09-13
vmscan, memcg: do softlimit reclaim also for targeted reclaim
Michal Hocko
1
-2
/
+4
2013-09-13
memcg, vmscan: integrate soft reclaim tighter with zone shrinking code
Michal Hocko
1
-7
/
+3
2013-09-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-39
/
+196
2013-09-12
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
2
-9
/
+26
2013-09-12
Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+16
2013-09-12
Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+0
2013-09-12
vfs: move get_fs_root_and_pwd() to single caller
Linus Torvalds
1
-11
/
+0
2013-09-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-4
/
+86
2013-09-12
seqlock: Add a new locking reader type
Waiman Long
1
-5
/
+63
2013-09-12
Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
Linus Torvalds
1
-1
/
+1
2013-09-12
Merge branches 'arm/exynos', 'ppc/pamu', 'arm/smmu', 'x86/amd' and 'iommu/fix...
Joerg Roedel
1
-0
/
+16
2013-09-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
2
-119
/
+18
2013-09-12
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+27
2013-09-12
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
28
-120
/
+252
2013-09-12
lz4: fix compression/decompression signedness mismatch
Sergey Senozhatsky
1
-4
/
+4
2013-09-12
ipc: rename ids->rw_mutex
Davidlohr Bueso
1
-1
/
+1
2013-09-12
initmpfs: move rootfs code from fs/ramfs/ to init/
Rob Landley
2
-1
/
+2
2013-09-12
lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt
Jan Kara
1
-0
/
+1
2013-09-12
rbtree: add rbtree_postorder_for_each_entry_safe() helper
Cody P Schafer
1
-0
/
+18
2013-09-12
rbtree: add postorder iteration functions
Cody P Schafer
1
-0
/
+4
2013-09-12
vmcore: introduce remap_oldmem_pfn_range()
Michael Holzheu
1
-0
/
+3
2013-09-12
vmcore: introduce ELF header in new memory feature
Michael Holzheu
1
-0
/
+6
2013-09-12
exec: kill "int depth" in search_binary_handler()
Oleg Nesterov
1
-1
/
+1
2013-09-12
kprobes: allow to specify custom allocator for insn caches
Heiko Carstens
1
-0
/
+2
2013-09-12
kprobes: unify insn caches
Heiko Carstens
1
-4
/
+28
2013-09-12
syscalls.h: add forward declarations for inplace syscall wrappers
Sergei Trofimovich
2
-0
/
+2
2013-09-12
smp.h: move !SMP version of on_each_cpu() out-of-line
David Daney
1
-16
/
+5
2013-09-12
smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond
David Daney
1
-46
/
+16
2013-09-12
mm/hwpoison: don't need to hold compound lock for hugetlbfs page
Wanpeng Li
1
-14
/
+0
2013-09-12
mm/page-writeback.c: add strictlimit feature
Maxim Patlasov
1
-0
/
+3
[next]