index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-13
[INET]: Use pskb_trim_unique when trimming paged unique skbs
Herbert Xu
1
-0
/
+15
2006-08-11
pr_debug() should not be used in drivers
Pavel Machek
1
-0
/
+1
2006-08-09
Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Greg Kroah-Hartman
1
-2
/
+2
2006-08-08
V4L/DVB (4340): Videodev.h should be included also when V4L1_COMPAT is selected.
Mauro Carvalho Chehab
1
-1
/
+1
2006-08-07
[NET]: Fix alloc_skb comment typo
Christoph Hellwig
1
-2
/
+2
2006-08-06
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...
Linus Torvalds
1
-2
/
+22
2006-08-06
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2006-08-06
[PATCH] debug_locks.h: add "struct task_struct;"
Alexey Dobriyan
1
-0
/
+2
2006-08-06
[PATCH] fix vmstat per cpu usage
Jan Blunck
1
-4
/
+4
2006-08-06
[PATCH] Make suspend possible with a traced process at a breakpoint
Rafael J. Wysocki
1
-0
/
+8
2006-08-04
[PKT_SCHED] RED: Fix overflow in calculation of queue average
Ilpo Järvinen
1
-1
/
+1
2006-08-04
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 in...
Dmitry Torokhov
216
-1011
/
+1804
2006-08-04
Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
3
-6
/
+3
2006-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
2
-2
/
+1
2006-08-03
RPC: Ensure that we disconnect TCP socket when client requests error out
Trond Myklebust
1
-1
/
+1
2006-08-03
NLM/lockd: remove b_done
J. Bruce Fields
1
-1
/
+0
2006-08-03
NFS: make 2 functions static
Adrian Bunk
1
-4
/
+2
2006-08-03
PCI: docking station: remove dock uevents
Kristen Carlson Accardi
1
-2
/
+0
2006-08-03
PCI: Unhide the SMBus on Asus PU-DLS
Jean Delvare
1
-0
/
+1
2006-08-03
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
4
-5
/
+15
2006-08-03
[IA64] fix show_mem for VIRTUAL_MEM_MAP+FLATMEM
Bob Picco
1
-1
/
+6
2006-08-03
[PATCH] don't bother with aux entires for dummy context
Al Viro
1
-11
/
+11
2006-08-03
[PATCH] mark context of syscall entered with no rules as dummy
Al Viro
1
-0
/
+6
2006-08-03
[PATCH] introduce audit rules counter
Al Viro
1
-0
/
+2
2006-08-03
[PATCH] fix missed create event for directory audit
Amy Griffis
2
-7
/
+7
2006-08-03
[PATCH] fix faulty inode data collection for open() with O_CREAT
Amy Griffis
1
-0
/
+7
2006-08-02
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
10
-22
/
+140
2006-08-02
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2
-5
/
+6
2006-08-02
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-2
/
+0
2006-08-02
Revert "[PATCH] USB: move usb_device_class class devices to be real devices"
Greg Kroah-Hartman
1
-1
/
+1
2006-08-02
Revert "[PATCH] USB: convert usb class devices to real devices"
Greg Kroah-Hartman
1
-3
/
+2
2006-08-02
usb-storage: Add US_FL_IGNORE_DEVICE flag; ignore ZyXEL G220F
Daniel Drake
1
-1
/
+3
2006-08-02
[IA64] sparse cleanups
Keith Owens
2
-3
/
+3
2006-08-02
[NET]: Fix more per-cpu typos
Alexey Dobriyan
1
-1
/
+1
2006-08-02
[SECURITY]: Fix build with CONFIG_SECURITY disabled.
David S. Miller
1
-1
/
+0
2006-08-02
[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patch
Catherine Zhang
3
-14
/
+62
2006-08-02
[NET]: skb_queue_lock_key() is no longer used.
Adrian Bunk
1
-2
/
+0
2006-08-02
[NET]: Remove lockdep_set_class() call from skb_queue_head_init().
Arjan van de Ven
1
-1
/
+8
2006-08-02
[NET]: Add netdev_alloc_skb().
Christoph Hellwig
1
-0
/
+22
2006-08-02
[NET]: Network Event Notifier Mechanism.
Tom Tucker
1
-0
/
+33
2006-08-02
[TCP]: SNMPv2 tcpAttemptFails counter error
Wei Yongjun
1
-0
/
+3
2006-08-02
[NETFILTER]: include/linux/netfilter_bridge.h: header cleanup
Alexey Dobriyan
1
-1
/
+0
2006-08-02
[IPV6]: Audit all ip6_dst_lookup/ip6_dst_store calls
Herbert Xu
2
-3
/
+12
2006-08-02
Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb
Linus Torvalds
3
-5
/
+11
2006-08-02
[ARM] 3743/1: ARM: OMAP: Fix compile for OMAP
Tony Lindgren
1
-2
/
+0
2006-07-31
[PATCH] powermac: More powermac backlight fixes
Michael Hanselmann
2
-2
/
+5
2006-07-31
[PATCH] fbdev: statically link the framebuffer notification functions
Antonino A. Daplas
1
-1
/
+1
2006-07-31
[PATCH] Add parentheses around arguments in the SH_DIV macro.
Uwe Zeisberger
1
-2
/
+2
2006-07-31
[PATCH] always define IRQ_PER_CPU
Yoichi Yuasa
1
-1
/
+1
2006-07-31
[PATCH] IA64: kprobe invalidate icache of jump buffer
bibo, mao
5
-0
/
+5
[next]