summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [POWERPC] Fix subtle FP state corruption bug in signal return on SMPPaul Mackerras2007-06-261-3/+7
| * | | [POWERPC] Fix VDSO gettimeofday() when called with NULL struct timevalTony Breeds2007-06-262-4/+7
| * | | [POWERPC] Update defconfigsPaul Mackerras2007-06-2616-1792/+1574
| * | | [POWERPC] Update g5_defconfigwill schmidt2007-06-261-179/+188
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-06-278-21/+40
|\ \ \
| * | | USB: ftdio_sio: New IPlus device IDLuiz Fernando N. Capitulino2007-06-262-0/+2
| * | | USB: add new device id to option driverAlexander Gattin2007-06-261-2/+4
| * | | USB: fix race leading to use after free in io_edgeportOliver Neukum2007-06-261-2/+2
| * | | USB: usblcd doesn't limit memory consumption during writeOliver Neukum2007-06-261-4/+18
| * | | USB: memory leak in iowarrior.cOliver Neukum2007-06-261-3/+4
| * | | USB: ti serial driver sleeps with spinlock heldOliver Neukum2007-06-261-3/+5
| * | | USB: g_file_storage: call allow_signal()Oleg Nesterov2007-06-261-7/+5
| |/ /
* / / fix nmi_watchdog=2 bootup hangBjörn Steinbrink2007-06-251-1/+1
|/ /
* | Linus 2.6.22-rc6v2.6.22-rc6Linus Torvalds2007-06-251-1/+1
* | FUTEX: Restore the dropped ERSCH fixThomas Gleixner2007-06-241-8/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-06-2410-14/+37
|\ \
| * | [NET]: Make skb_seq_read unmap the last fragmentOlaf Kirch2007-06-241-0/+5
| * | [NET]: Re-enable irqs before pushing pending DMA requestsShannon Nelson2007-06-241-1/+1
| * | [TCP] tcp_read_sock: Allow recv_actor() return return negative error value.Jens Axboe2007-06-241-2/+6
| * | [PPP]: Fix osize too small errors when decoding mppe.Konstantin Sharlaimov2007-06-241-1/+12
| * | [PPP]: Revert 606f585e363527da9feaed79465132c0c661fd9eDavid S. Miller2007-06-241-5/+5
| * | [TIPC]: Fix infinite loop in netlink handlerFlorian Westphal2007-06-241-1/+1
| * | [SKBUFF]: Fix incorrect config #ifdef around skb_copy_secmarkPatrick McHardy2007-06-241-1/+1
| * | [IPV4]: include sysctl.h from inetdevice.hSatyam Sharma2007-06-231-0/+1
| * | [IPV6] NDISC: Fix thinko to control Router Preference support.YOSHIFUJI Hideaki2007-06-231-1/+1
| * | [NETFILTER]: nfctnetlink: Don't allow to change helperYasuyuki Kozakai2007-06-221-2/+1
| * | [NETFILTER]: nf_conntrack_sip: add missing message types containing RTP infoJerome Borsboom2007-06-221-0/+3
* | | ACPI: preserve the ebx value in acpi_copy_wakeup_routineTian Kevin2007-06-241-0/+2
* | | ext4: lost brelse in ext4_read_inode()Kirill Korotaev2007-06-241-1/+3
* | | ext3: lost brelse in ext3_read_inode()Kirill Korotaev2007-06-241-1/+3
* | | audit: fix oops removing watch if audit disabledTony Jones2007-06-241-1/+1
* | | ext2: disallow setting xip on remountCarsten Otte2007-06-241-0/+8
* | | x86_64: fix misplaced `continue' in mce.cJoshua Wise2007-06-241-2/+4
* | | update checkpatch.pl to version 0.06Andy Whitcroft2007-06-241-53/+92
* | | slab allocators: MAX_ORDER one off fixChristoph Lameter2007-06-241-2/+2
* | | document nlink functionDave Hansen2007-06-241-0/+27
* | | "volatile considered harmful"Jonathan Corbet2007-06-241-0/+119
* | | uml: add asm/paravirt.hJeff Dike2007-06-241-0/+6
* | | uml: use generic BUGNick Piggin2007-06-242-1/+3
* | | Char: stallion, fix oops during init with ISA cardsIngo Korb2007-06-241-3/+4
* | | alpha: fix alignment problem in csum_ipv6_magic()Ivan Kokshaysky2007-06-242-23/+70
* | | update checkpatch.pl to version 0.05Andy Whitcroft2007-06-241-54/+129
* | | sched: fix next_interval determination in idle_balance()Christoph Lameter2007-06-241-9/+13
* | | SLUB: fix behavior if the text output of list_locations overflows PAGE_SIZEChristoph Lameter2007-06-241-2/+4
* | | SM501: Check SM501 ID register on initialisationBen Dooks2007-06-242-4/+13
* | | SM501: Add Documentation/SM501.txtBen Dooks2007-06-241-0/+66
* | | SM501: Clock updates and checksBen Dooks2007-06-242-2/+36
* | | SM501: Fix sm501_init_reg() mask/set orderBen Dooks2007-06-241-1/+4
* | | SM501: initialise SDRAM clock before bus clocksBen Dooks2007-06-241-5/+5
* | | SM501: suspend supportBen Dooks2007-06-241-8/+105