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
2010-08-11
DNS: If the DNS server returns an error, allow that to be cached [ver #2]
Wang Lei
3
-5
/
+96
2010-08-11
NFS: Use kernel DNS resolver [ver #2]
Bryan Schumaker
3
-0
/
+52
2010-08-11
cifs: update README to include details about 'fsc' option
Suresh Jayaraman
1
-0
/
+10
2010-08-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
15
-130
/
+223
2010-08-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
Linus Torvalds
9
-21
/
+181
2010-08-11
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
4
-52
/
+31
2010-08-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
39
-410
/
+1162
2010-08-11
Merge branch 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
Linus Torvalds
2
-4
/
+1
2010-08-11
Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...
Linus Torvalds
9
-5
/
+357
2010-08-11
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
307
-4827
/
+16316
2010-08-11
lib/decompress_bunzip2.c: fix checkstack warning
Prarit Bhargava
1
-3
/
+7
2010-08-11
kfifo: add example files to the kernel sample directory
Stefani Seibold
7
-1
/
+614
2010-08-11
kfifo: replace the old non generic API
Stefani Seibold
5
-2225
/
+1164
2010-08-11
kfifo: add the new generic kfifo API
Stefani Seibold
2
-0
/
+1446
2010-08-11
kfifo: fix kfifo miss use of nozami.c
Stefani Seibold
1
-2
/
+1
2010-08-11
kfifo: kfifo_is_{full,empty} should return bools, not ints
Robert P. J. Day
1
-2
/
+2
2010-08-11
fs/sysv/super.c: add support for non-PDP11 v7 filesystems
Lubomir Rintel
1
-24
/
+51
2010-08-11
fs/sysv: v7: adjust sanity checks for some volumes
Lubomir Rintel
2
-2
/
+15
2010-08-11
fs/sysv: add v7 alias
Lubomir Rintel
1
-0
/
+1
2010-08-11
kexec: return -EFAULT on copy_to_user() failures
Dan Carpenter
1
-3
/
+5
2010-08-11
parport_serial: use the PCI IRQ if offered
Fr?d?ric Bri?re
1
-1
/
+0
2010-08-11
lib/bug.c: add oops end marker to WARN implementation
Anton Blanchard
3
-1
/
+3
2010-08-11
lib/bug.c: make WARN implementation match the kernel/panic.c one
Anton Blanchard
1
-4
/
+7
2010-08-11
panic: keep blinking in spite of long spin timer mode
TAMUKI Shoichi
5
-68
/
+37
2010-08-11
afs: destroy work queue on init failure
Dan Carpenter
1
-0
/
+1
2010-08-11
dma-mapping: add DMA_xxBIT_MASK to feature-removal-schedule.txt
FUJITA Tomonori
1
-0
/
+8
2010-08-11
pci: add PCI DMA unamp state API to feature-removal-schedule.txt
FUJITA Tomonori
1
-0
/
+9
2010-08-11
Documentation: DMA-API-HOWTO.txt: add multiple types of IOMMUs support
FUJITA Tomonori
1
-0
/
+10
2010-08-11
dma-mapping: remove dma_is_consistent API
FUJITA Tomonori
22
-68
/
+0
2010-08-11
scsi: 53c700: remove dma_is_consistent usage
FUJITA Tomonori
1
-3
/
+0
2010-08-11
dma-mapping: parisc: set ARCH_DMA_MINALIGN
FUJITA Tomonori
1
-0
/
+2
2010-08-11
dma-mapping: unify dma_get_cache_alignment implementations
FUJITA Tomonori
20
-114
/
+8
2010-08-11
dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
FUJITA Tomonori
16
-19
/
+25
2010-08-11
edac: mpc85xx: add support for new MPCxxx/Pxxxx EDAC controllers
Anton Vorontsov
1
-0
/
+6
2010-08-11
edac: i5400: improve handling of pci_enable_device() return value
Kulikov Vasiliy
1
-1
/
+1
2010-08-11
edac: i5000: improve handling of pci_enable_device() return value
Kulikov Vasiliy
1
-1
/
+1
2010-08-11
edac: add wissing pieces from MPC85xx -> FSL_SOC_BOOKE
Christoph Egger
1
-5
/
+5
2010-08-11
pids: alloc_pidmap: remove the unnecessary boundary checks
Oleg Nesterov
1
-10
/
+7
2010-08-11
pids: fix a race in pid generation that causes pids to be reused immediately
Salman
1
-1
/
+38
2010-08-11
partitions: fix sometimes unreadable partition strings
Alexey Dobriyan
16
-72
/
+136
2010-08-11
cs5535-mfgpt: reuse timers that have never been set up
Jens Rottmann
1
-0
/
+11
2010-08-11
drivers/char/n_gsm.c: add missing spin_unlock_irqrestore
Julia Lawall
1
-1
/
+1
2010-08-11
ipmi: print info for spmi and smbios paths like acpi and pci
Yinghai Lu
1
-1
/
+11
2010-08-11
ipmi: fix memleaking for add_smi when duplicating happen
Yinghai Lu
1
-7
/
+28
2010-08-11
drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ...
Justin P. Mattock
1
-8
/
+2
2010-08-11
procfs: simplify conditional processing of fs/proc.o.
Robert P. J. Day
1
-1
/
+1
2010-08-11
signalfd: fill in ssi_int for posix timers and message queues
Nathan Lynch
1
-0
/
+2
2010-08-11
ptrace: optimize exit_ptrace() for the likely case
Oleg Nesterov
2
-5
/
+14
2010-08-11
memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_id
KOSAKI Motohiro
1
-3
/
+3
2010-08-11
memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()
KOSAKI Motohiro
3
-11
/
+6
[next]