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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-25
checkpatch: add check for too short Kconfig descriptions
Andi Kleen
1
-0
/
+15
2010-05-25
drivers: acpi: don't use own implementation of hex_to_bin()
Andy Shevchenko
1
-7
/
+2
2010-05-25
drivers: wireless: use new hex_to_bin() method
Andy Shevchenko
1
-11
/
+4
2010-05-25
fs: ldm: don't use own implementation of hex_to_bin()
Andy Shevchenko
1
-9
/
+9
2010-05-25
staging: rt2860: use new hex_to_bin() method
Andy Shevchenko
2
-15
/
+2
2010-05-25
sysctl: don't use own implementation of hex_to_bin()
Andy Shevchenko
1
-6
/
+3
2010-05-25
usb: atm: speedtch: use new hex_to_bin() method
Andy Shevchenko
1
-3
/
+2
2010-05-25
drivers: isdn: use new hex_to_bin() method
Andy Shevchenko
1
-12
/
+1
2010-05-25
lib: introduce common method to convert hex digits
Andy Shevchenko
2
-0
/
+20
2010-05-25
lib/hexdump.c: reduce stack variable size and cleanups
Joe Perches
1
-17
/
+19
2010-05-25
DYNAMIC_DEBUG: fix documentation errors
Florian Ragwitz
2
-9
/
+9
2010-05-25
dynamic_debug: small cleanup in ddebug_proc_write()
Dan Carpenter
1
-1
/
+1
2010-05-25
scripts/get_maintainer.pl: default to not include unspecified tags
Florian Mickler
1
-1
/
+1
2010-05-25
scripts/get_maintainer.pl: add .get_maintainer.conf default options file
Joe Perches
1
-1
/
+30
2010-05-25
scripts/get_maintainer.pl: optionally ignore non-maintainer signatures
Joe Perches
1
-9
/
+26
2010-05-25
vsprintf.c: use noinline_for_stack
Joe Perches
1
-25
/
+42
2010-05-25
ad525x_dpot: add support for one time programmable pots
Michael Hennerich
4
-20
/
+150
2010-05-25
ad525x_dpot: add support for ADN2860 and AD528x pots
Michael Hennerich
4
-14
/
+26
2010-05-25
ad525x_dpot: add support for AD524x pots
Michael Hennerich
4
-96
/
+175
2010-05-25
ad525x_dpot: add support for SPI parts
Michael Hennerich
6
-319
/
+806
2010-05-25
ad525x_dpot: extend write argument to 16bits
Michael Hennerich
1
-2
/
+2
2010-05-25
ad525x_dpot: simplify duplicated sysfs defines
Michael Hennerich
1
-195
/
+43
2010-05-25
module: remove duplicate declaration of __ksymtab_gpl_future
Wenji Huang
1
-2
/
+0
2010-05-25
fatfs: ratelimit corruption report
OGAWA Hirofumi
4
-18
/
+31
2010-05-25
ratelimit: add ratelimit_state_init()
OGAWA Hirofumi
1
-1
/
+12
2010-05-25
printk_ratelimited(): fix uninitialized spinlock
OGAWA Hirofumi
1
-8
/
+7
2010-05-25
drivers: misc: pass miscdevice pointer via file private data
Samu Onkalo
1
-0
/
+1
2010-05-25
include/asm-generic/kmap_types.h: add helpful reminder
Andrew Morton
1
-0
/
+3
2010-05-25
asm-generic: don't warn that atomic_t is only 24 bit
Peter Fritzsche
1
-6
/
+2
2010-05-25
kernel.h: add pr_warn for symmetry to dev_warn, netdev_warn
Joe Perches
1
-0
/
+2
2010-05-25
ntfs: use add_to_page_cache_lru()
Minchan Kim
1
-15
/
+4
2010-05-25
ntfs: clean up ntfs_attr_extend_initialized
Minchan Kim
1
-7
/
+2
2010-05-25
sunrpc: use formatting of module name in SUNRPC
Alex Riesen
1
-4
/
+1
2010-05-25
hvsi: fix messed up error checking getting state name
Phil Carmody
1
-4
/
+2
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
21
-41
/
+41
2010-05-25
hangcheck-timer: fix x86_32 bugs
Yury Polyanskiy
1
-6
/
+14
2010-05-25
endian: #define __BYTE_ORDER
Joakim Tjernlund
9
-31
/
+8
2010-05-25
err.h: add __must_check to error pointer handlers
Jani Nikula
1
-5
/
+5
2010-05-25
cpuidle: add a repeating pattern detector to the menu governor
Arjan van de Ven
1
-1
/
+59
2010-05-25
mn10300: set ARCH_KMALLOC_MINALIGN
FUJITA Tomonori
1
-0
/
+2
2010-05-25
mn10300: use generic atomic.h
Mathieu Desnoyers
1
-157
/
+1
2010-05-25
m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driver
Greg Ungerer
1
-1
/
+1
2010-05-25
frv: set ARCH_KMALLOC_MINALIGN
FUJITA Tomonori
1
-0
/
+2
2010-05-25
frv: extend gdbstub to support more features of gdb
David Howells
3
-2
/
+70
2010-05-25
mm: make lowmem_page_address() use PFN_PHYS() for improved portability
Chris Metcalf
1
-1
/
+2
2010-05-25
mem-hotplug: fix potential race while building zonelist for new populated zone
Haicheng Li
4
-10
/
+22
2010-05-25
mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset
Haicheng Li
5
-12
/
+29
2010-05-25
mem-hotplug: separate setup_per_cpu_pageset() into separate functions
Wu Fengguang
1
-17
/
+20
2010-05-25
mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme.
Marcelo Roberto Jimenez
1
-1
/
+1
2010-05-25
highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...
Akinobu Mita
2
-2
/
+2
[prev]
[next]