index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-03-27
[PATCH] drivers/eisa/pci_eisa.c:pci_eisa_init() should be init
Adrian Bunk
1
-2
/
+2
2007-03-27
[PATCH] ntp: avoid time_offset overflows
john stultz
1
-14
/
+16
2007-03-27
[PATCH] uml: use correct register file size everywhere
Jeff Dike
5
-14
/
+15
2007-03-27
[PATCH] uml: fix static linking
Jeff Dike
1
-0
/
+1
2007-03-27
[PATCH] drivers/spi/: fix section mismatches
Adrian Bunk
1
-6
/
+4
2007-03-27
[PATCH] utsns: fix !CONFIG_UTS_NS behavior
Serge E. Hallyn
1
-0
/
+2
2007-03-27
[PATCH] tty: minor merge correction
Alan Cox
1
-1
/
+1
2007-03-27
[PATCH] uml: fix epoll
Jeff Dike
1
-0
/
+7
2007-03-27
[PATCH] ISDN: fix BChannel_bh() call from isar_bh()
Jiri Kosina
1
-1
/
+1
2007-03-27
[PATCH] correct slow acpi_pm rating
john stultz
1
-1
/
+1
2007-03-27
[PATCH] generic_serial: fix decoding of baud rate
Daniel Drake
1
-7
/
+0
2007-03-27
[PATCH] md: convert compile time warnings into runtime warnings
NeilBrown
2
-12
/
+41
2007-03-27
[PATCH] md: clear the congested_fn when stopping a raid5
NeilBrown
2
-1
/
+3
2007-03-27
[PATCH] md: allow raid4 arrays to be reshaped
NeilBrown
1
-0
/
+4
2007-03-27
[PATCH] knfsd: nfsd4: remove superfluous cancel_delayed_work() call
J. Bruce Fields
1
-1
/
+0
2007-03-27
[PATCH] knfsd: nfsd4: demote "clientid in use" printk to a dprintk
Bruce Fields
1
-3
/
+2
2007-03-27
[PATCH] knfsd: nfsd4: fix inheritance flags on v4 ace derived from posix defa...
Bruce Fields
1
-1
/
+1
2007-03-27
[PATCH] knfsd: allow nfsd READDIR to return 64bit cookies
NeilBrown
1
-3
/
+3
2007-03-27
[PATCH] Fix maxcpus=1 trigerring BUG() in cpufreq
Venki Pallipadi
1
-0
/
+4
2007-03-27
KVM: always reload segment selectors
Ingo Molnar
1
-16
/
+21
2007-03-27
KVM: Prevent system selectors leaking into guest on real->protected mode tran...
Avi Kivity
1
-1
/
+1
2007-03-27
V4L/DVB (5472): Isl6421: don't reference freed memory
Thomas Viehweger
1
-0
/
+1
2007-03-27
V4L/DVB (5441): Saa7146: Fix allocation of clipping memory
Oliver Endriss
1
-1
/
+2
2007-03-27
V4L/DVB (5421): Fix suspend/resume in msp3400 and tuner
Jean Delvare
2
-12
/
+8
2007-03-27
V4L/DVB (5415): Msp_attach must return 0 if no msp3400 was found.
Hans Verkuil
1
-2
/
+2
2007-03-27
V4L/DVB (5408): Fix SECAM handling on saa7115
Mauro Carvalho Chehab
1
-1
/
+1
2007-03-27
V4L/DVB (5400): Core: fix several locking related problems
Simon Arlott
3
-29
/
+13
2007-03-27
V4L/DVB (5390): Radio: Fix error in Kbuild file
Trent Piepho
1
-1
/
+1
2007-03-27
V4L/DVB (5332): Ir_rc5_timer_end decoder lockup fix
Vincent Penne
1
-2
/
+4
2007-03-27
[SPARC]: sparc64 gcc-4.2.0 20070317 -Werror failure
Mikael Pettersson
2
-2
/
+2
2007-03-27
Export __splice_from_pipe()
Mark Fasheh
2
-3
/
+8
2007-03-27
2/2 splice: dont readpage
Nick Piggin
1
-30
/
+0
2007-03-27
1/2 splice: dont steal
Nick Piggin
1
-63
/
+38
2007-03-27
make elv_register() output atomic
Thibaut VARENE
1
-3
/
+4
2007-03-27
block: blk_max_pfn is somtimes wrong
Vasily Tarasov
2
-4
/
+4
2007-03-26
[VIDEO] ffb: Fix two DAC handling bugs.
David S. Miller
1
-24
/
+60
2007-03-26
[SPARC32]: Fix SMP build regression
Robert Reif
1
-0
/
+2
2007-03-26
[DRM]: Delete sparc64 FFB driver code that never gets built.
David S. Miller
4
-1280
/
+0
2007-03-26
IB/iser: Handle aborting a command after it is sent
Erez Zilber
1
-8
/
+9
2007-03-26
[NET]: Remove dead net/sched/Makefile entry for sch_hpfq.o.
Robert P. J. Day
1
-1
/
+0
2007-03-26
IB/mthca: Fix thinko in init_mr_table()
Michael S. Tsirkin
1
-2
/
+2
2007-03-26
RDMA/cxgb3: Fix resource leak in cxio_hal_init_ctrl_qp()
Steve Wise
1
-4
/
+8
2007-03-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
29
-266
/
+313
2007-03-26
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
5
-64
/
+43
2007-03-26
[SUNGEM]: Fix MAC address setting when interface is up.
Ruben Vandeginste
1
-0
/
+30
2007-03-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
8
-98
/
+145
2007-03-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
4
-22
/
+23
2007-03-26
[PATCH] Add const to pointer qualifiers for __chk_user_ptr and __chk_io_ptr.
Russ Cox
1
-2
/
+2
2007-03-26
[IPV4] fib_trie: Document locking.
Robert Olsson
1
-0
/
+9
2007-03-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
2
-2
/
+3
[prev]
[next]