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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-13
dma-buf: Documentation update for Kconfig select
Sumit Semwal
1
-0
/
+4
2012-01-13
nouveau: Support Optimus models for vga_switcheroo
Peter Lekensteyn
3
-5
/
+42
2012-01-13
nouveau: properly check for _DSM function support
Peter Lekensteyn
1
-13
/
+22
2012-01-13
dma-buf: drop option text so users don't select it.
Dave Airlie
1
-1
/
+1
2012-01-13
radeon: Call pci_clear_master() instead of open-coding it.
Michel Dänzer
2
-14
/
+3
2012-01-13
gma500: Discard modes that don't fit in stolen memory
Alan Cox
4
-8
/
+24
2012-01-13
drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3
Ben Skeggs
1
-1
/
+1
2012-01-13
drm/radeon/kms: Fix module parameter description format
Jean Delvare
1
-1
/
+1
2012-01-13
drm/radeon/kms/ni: fix packet2 handling for VM IB parser
Alex Deucher
1
-1
/
+2
2012-01-13
ttm/dma: Remove the WARN() which is not useful.
Konrad Rzeszutek Wilk
1
-3
/
+2
2012-01-13
block: Stop using macro stubs for the bio data integrity calls
Martin K. Petersen
1
-13
/
+53
2012-01-13
Merge branch 'akpm' (aka "Andrew's patch-bomb, take two")
Linus Torvalds
100
-1562
/
+2589
2012-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
98
-588
/
+925
2012-01-13
unlzo: fix input buffer free
Sascha Hauer
1
-1
/
+1
2012-01-13
ramoops: update parameters only after successful init
Kees Cook
1
-8
/
+9
2012-01-13
ramoops: fix use of rounddown_pow_of_two()
Marco Stornelli
1
-2
/
+2
2012-01-13
c/r: prctl: add PR_SET_MM codes to set up mm_struct entries
Cyrill Gorcunov
2
-0
/
+133
2012-01-13
c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4
Cyrill Gorcunov
2
-2
/
+8
2012-01-13
c/r: introduce CHECKPOINT_RESTORE symbol
Cyrill Gorcunov
1
-0
/
+11
2012-01-13
selftests: new x86 breakpoints selftest
Frederic Weisbecker
4
-2
/
+416
2012-01-13
selftests: new very basic kernel selftests directory
Frederic Weisbecker
2
-0
/
+19
2012-01-13
radix_tree: take radix_tree_path off stack
Hugh Dickins
1
-78
/
+76
2012-01-13
radix_tree: remove radix_tree_indirect_to_ptr()
Xiao Guangrong
1
-3
/
+0
2012-01-13
dio: optimize cache misses in the submission path
Andi Kleen
1
-9
/
+37
2012-01-13
vfs: cache request_queue in struct block_device
Andi Kleen
2
-0
/
+5
2012-01-13
fs/direct-io.c: calculate fs_count correctly in get_more_blocks()
Tao Ma
1
-7
/
+4
2012-01-13
drivers/parport/parport_pc.c: fix warnings
Andrew Morton
1
-2
/
+2
2012-01-13
panic: don't print redundant backtraces on oops
Andi Kleen
1
-1
/
+5
2012-01-13
sysctl: add the kernel.ns_last_pid control
Pavel Emelyanov
3
-1
/
+42
2012-01-13
kdump: add udev events for memory online/offline
Michael Holzheu
1
-3
/
+14
2012-01-13
include/linux/crash_dump.h needs elf.h
Fabio Estevam
1
-0
/
+1
2012-01-13
kdump: fix crash_kexec()/smp_send_stop() race in panic()
Michael Holzheu
1
-1
/
+17
2012-01-13
kdump: crashk_res init check for /sys/kernel/kexec_crash_size
Michael Holzheu
1
-5
/
+4
2012-01-13
kdump: add missing RAM resource in crash_shrink_memory()
Michael Holzheu
1
-0
/
+15
2012-01-13
kexec: remove KMSG_DUMP_KEXEC
WANG Cong
5
-9
/
+2
2012-01-13
cpumask: update setup_node_to_cpumask_map() comments
Wanlong Gao
2
-2
/
+2
2012-01-13
mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error path
Kautuk Consul
1
-5
/
+4
2012-01-13
mm: rearrange putback_inactive_pages
Hugh Dickins
1
-52
/
+44
2012-01-13
mm: remove isolate_pages()
Hugh Dickins
1
-34
/
+27
2012-01-13
mm: remove del_page_from_lru, add page_off_lru
Hugh Dickins
2
-8
/
+11
2012-01-13
mm: enum lru_list lru
Hugh Dickins
4
-35
/
+35
2012-01-13
mm: no blank line after EXPORT_SYMBOL in swap.c
Hugh Dickins
1
-5
/
+0
2012-01-13
mm: fewer underscores in ____pagevec_lru_add
Hugh Dickins
2
-11
/
+11
2012-01-13
mm: take pagevecs off reclaim stack
Hugh Dickins
3
-39
/
+40
2012-01-13
memcg: fix mem_cgroup_print_bad_page
Hugh Dickins
1
-16
/
+1
2012-01-13
memcg: fix split_huge_page_refcounts()
Hugh Dickins
3
-30
/
+21
2012-01-13
mm: vmscan: check if reclaim should really abort even if compaction_ready() i...
Mel Gorman
1
-10
/
+9
2012-01-13
mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...
Mel Gorman
1
-5
/
+39
2012-01-13
mm: compaction: introduce sync-light migration for use by compaction
Mel Gorman
11
-52
/
+76
2012-01-13
mm: page allocator: do not call direct reclaim for THP allocations while comp...
Mel Gorman
1
-10
/
+35
[prev]
[next]