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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-17
Use mutex instead of semaphore in CAPI 2.0 driver
Matthias Kaehlcke
1
-1
/
+1
2007-07-17
spi_mpc83xx.c: support QE enabled 83xx CPU's like mpc832x
Joakim Tjernlund
1
-1
/
+1
2007-07-17
SPI: tle620x power switch driver
Ben Dooks
1
-0
/
+24
2007-07-17
CRC7 support
Jan Nikitenko
1
-0
/
+14
2007-07-17
SPI: add 3wire mode flag
David Brownell
1
-0
/
+1
2007-07-17
SPI controller drivers: check for unsupported modes
David Brownell
1
-0
/
+1
2007-07-17
Fix sparse false positives re BUG_ON(ptr)
Alexey Dobriyan
1
-1
/
+1
2007-07-17
make timespec_equal() take const arguments
Jan Engelhardt
1
-1
/
+2
2007-07-17
kallsyms: make KSYM_NAME_LEN include space for trailing '\0'
Tejun Heo
2
-5
/
+5
2007-07-17
sb1250-duart.c: SB1250 DUART serial support
Maciej W. Rozycki
4
-45
/
+71
2007-07-17
Remove CHILD_MAX
Roland McGrath
1
-1
/
+0
2007-07-17
Remove OPEN_MAX
Roland McGrath
1
-1
/
+0
2007-07-17
avoid OPEN_MAX in SCM_MAX_FD
Roland McGrath
1
-1
/
+1
2007-07-17
unregister_blkdev(): return void
Akinobu Mita
1
-1
/
+1
2007-07-17
proper prototype for proc_nr_files()
Adrian Bunk
1
-0
/
+5
2007-07-17
PTRACE_POKEDATA consolidation
Alexey Dobriyan
1
-0
/
+1
2007-07-17
PTRACE_PEEKDATA consolidation
Alexey Dobriyan
1
-0
/
+1
2007-07-17
Report that kernel is tainted if there was an OOPS
Pavel Emelianov
1
-0
/
+1
2007-07-17
CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logic
Christoph Lameter
1
-1
/
+1
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+14
2007-07-17
Add VM_BUG_ON in case someone uses page_mapping on a slab page
Christoph Lameter
1
-0
/
+1
2007-07-17
Slab allocators: Cleanup zeroing allocations
Christoph Lameter
3
-74
/
+46
2007-07-17
SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG
Christoph Lameter
1
-0
/
+4
2007-07-17
Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics
Christoph Lameter
3
-12
/
+25
2007-07-17
mm: clean up and kernelify shrinker registration
Rusty Russell
1
-17
/
+21
2007-07-17
Lumpy Reclaim V4
Andy Whitcroft
2
-1
/
+10
2007-07-17
handle kernelcore=: generic
Mel Gorman
1
-1
/
+0
2007-07-17
Allow huge page allocations to use GFP_HIGH_MOVABLE
Mel Gorman
2
-3
/
+5
2007-07-17
Create the ZONE_MOVABLE zone
Mel Gorman
4
-4
/
+25
2007-07-17
Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...
Mel Gorman
11
-17
/
+87
2007-07-17
mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty
Martin Schwidefsky
12
-173
/
+0
2007-07-17
mm: remove ptep_establish()
Martin Schwidefsky
5
-59
/
+26
2007-07-17
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
40
-362
/
+1089
2007-07-17
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+2
2007-07-17
macb: Use generic PHY layer
frederic RODO
2
-0
/
+2
2007-07-17
Revert "[NET]: Fix races in net_rx_action vs netpoll."
Linus Torvalds
1
-10
/
+0
2007-07-16
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+26
2007-07-16
Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2
-1
/
+95
2007-07-16
Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2
-65
/
+0
2007-07-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...
Linus Torvalds
12
-69
/
+665
2007-07-16
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
30
-412
/
+668
2007-07-16
ext4: statfs speed up
Badari Pulavarty
1
-0
/
+2
2007-07-16
ext3: statfs speed up
Badari Pulavarty
1
-0
/
+2
2007-07-16
ext2: statfs speed up
Badari Pulavarty
1
-0
/
+2
2007-07-16
remove mm/backing-dev.c:congestion_wait_interruptible()
Adrian Bunk
1
-1
/
+0
2007-07-16
make cancel_xxx_work_sync() return a boolean
Oleg Nesterov
1
-2
/
+2
2007-07-16
rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()
Oleg Nesterov
1
-3
/
+10
2007-07-16
Remove the last few UMSDOS leftovers
Jesper Juhl
1
-2
/
+0
2007-07-16
generic bug: use show_regs() instead of dump_stack()
Heiko Carstens
1
-2
/
+5
2007-07-16
uninline check_signature()
Andrew Morton
1
-27
/
+2
[next]