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
2008-07-24
arch/um/kernel/irq.c: clean up some functions
WANG Cong
3
-37
/
+2
2008-07-24
cris: use simple_read_from_buffer()
Akinobu Mita
1
-10
/
+7
2008-07-24
cris: remove unused global_flush_tlb
Fernando Luis Vazquez Cao
1
-1
/
+0
2008-07-24
mn10300: move sg_dma_{address,len}() to asm/scatterlist.h
Adrian Bunk
2
-9
/
+9
2008-07-24
pm: fix try_to_freeze_tasks()'s use of do_div()
David Howells
1
-1
/
+1
2008-07-24
pm: acpi pm: add DMI quirk list for ACPI 1.0 suspend ordering
Carlos Corbacho
1
-0
/
+20
2008-07-24
pm: acpi hibernation: utilize hardware signature
Shaohua Li
4
-1
/
+30
2008-07-24
pm: schedule sysrq poweroff on boot cpu
Zhang Rui
1
-1
/
+3
2008-07-24
pm: introduce new interfaces schedule_work_on() and queue_work_on()
Zhang Rui
2
-1
/
+41
2008-07-24
pm: hibernation: simplify memory bitmap
Akinobu Mita
1
-67
/
+21
2008-07-24
pm: add new PM_EVENT codes for runtime power transitions
Alan Stern
1
-2
/
+35
2008-07-24
pm: drop unnecessary includes from pm.h
Rafael J. Wysocki
1
-2
/
+0
2008-07-24
pm: remove obsolete piece of PM documentation
Rafael J. Wysocki
3
-259
/
+34
2008-07-24
pm: remove remaining obsolete definitions from pm.h
Rafael J. Wysocki
2
-46
/
+5
2008-07-24
pm: remove definition of struct pm_dev
Rafael J. Wysocki
1
-24
/
+0
2008-07-24
remove include/linux/pm_legacy.h
Adrian Bunk
4
-38
/
+0
2008-07-24
pm: boot time suspend selftest
David Brownell
3
-2
/
+212
2008-07-24
swsusp: provide users with a hint about the no_console_suspend option
Pavel Machek
1
-1
/
+1
2008-07-24
alpha: remove the unused ALPHA_CORE_AGP option
Adrian Bunk
1
-5
/
+0
2008-07-24
remove include/asm-h8300/keyboard.h
Adrian Bunk
1
-24
/
+0
2008-07-24
gigaset: gigaset_isowbuf_getbytes() may return signed unnoticed
Tilman Schmidt
1
-6
/
+6
2008-07-24
gigaset: use dev_ macros for messages
Tilman Schmidt
6
-43
/
+53
2008-07-24
security: remove unused forwards
Hugh Dickins
1
-2
/
+0
2008-07-24
security: filesystem capabilities no longer experimental
Andrew G. Morgan
1
-2
/
+1
2008-07-24
security: filesystem capabilities refactor kernel code
Andrew G. Morgan
1
-117
/
+221
2008-07-24
security: protect legacy applications from executing with insufficient privilege
Andrew G. Morgan
2
-50
/
+60
2008-07-24
mm: fix ever-decreasing swap priority
Hugh Dickins
1
-24
/
+25
2008-07-24
mm: make CONFIG_MIGRATION available w/o CONFIG_NUMA
Gerald Schaefer
4
-23
/
+21
2008-07-24
kcalloc: remove runtime division
Milton Miller
1
-1
/
+1
2008-07-24
memory-hotplug: add sysfs removable attribute for hotplug memory remove
Badari Pulavarty
4
-0
/
+115
2008-07-24
memory-hotplug: don't calculate vm_total_pages twice when rebuilding zonelist...
Kent Liu
1
-1
/
+3
2008-07-24
memory hotplug: small fixes to bootmem freeing for memory hotremove
Yasunori Goto
3
-11
/
+11
2008-07-24
memory hotplug: allocate usemap on the section with pgdat
Yasunori Goto
1
-1
/
+77
2008-07-24
mm: remove initialization of static per-cpu variables
Vegard Nossum
1
-4
/
+4
2008-07-24
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
Andrea Righi
57
-74
/
+36
2008-07-24
mm: make register_page_bootmem_info_section() static
Adrian Bunk
1
-1
/
+1
2008-07-24
mm/page_alloc.c: cleanups
Adrian Bunk
1
-12
/
+13
2008-07-24
mm: add alloc_pages_exact() and free_pages_exact()
Timur Tabi
2
-0
/
+56
2008-07-24
bootmem: replace node_boot_start in struct bootmem_data
Johannes Weiner
10
-44
/
+41
2008-07-24
bootmem: revisit alloc_bootmem_section
Johannes Weiner
1
-21
/
+6
2008-07-24
bootmem: Make __alloc_bootmem_low_node fall back to other nodes
Johannes Weiner
1
-9
/
+16
2008-07-24
bootmem: respect goal more likely
Johannes Weiner
1
-38
/
+54
2008-07-24
bootmem: factor out the marking of a PFN range
Johannes Weiner
1
-119
/
+69
2008-07-24
bootmem: free/reserve helpers
Johannes Weiner
1
-22
/
+43
2008-07-24
bootmem: clean up alloc_bootmem_core
Johannes Weiner
2
-140
/
+78
2008-07-24
bootmem: clean up free_all_bootmem_core
Johannes Weiner
1
-45
/
+38
2008-07-24
bootmem: revisit bootmem descriptor list handling
Johannes Weiner
1
-13
/
+10
2008-07-24
bootmem: revisit bitmap size calculations
Johannes Weiner
1
-18
/
+9
2008-07-24
bootmem: add debugging framework
Johannes Weiner
1
-7
/
+44
2008-07-24
bootmem: add documentation to API functions
Johannes Weiner
1
-1
/
+149
[next]