aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-04fix setattr error handling in sysfs, configfsNick Piggin
2010-06-04kobject: free memory if netlink_kernel_create() failsDan Carpenter
2010-06-04lib/kobject_uevent.c: fix CONIG_NET=n warningAndrew Morton
2010-06-04USB: unbind all interfaces before rebinding themAlan Stern
2010-06-04USB: serial: digi_acceleport: Eliminate a NULL pointer dereferenceJulia Lawall
2010-06-04usb: fix ehci_hcd build failure when both generic-OF and xilinx is selectedGrant Likely
2010-06-04USB: cdc-acm: fix resource reclaim in error path of acm_probeAxel Lin
2010-06-04USB: ftdi_sio: fix DTR/RTS line modesDaniel Mack
2010-06-04USB: s3c-hsotg: Ensure FIFOs are fully flushed after layoutBen Dooks
2010-06-04USB: s3c-hsotg: SoftDisconnect minimum 3msBen Dooks
2010-06-04USB: s3c-hsotg: Ensure TX FIFO addresses setup when initialising FIFOsBen Dooks
2010-06-04USB: s3c_hsotg: define USB_GADGET_DUALSPEED in KconfigMaurus Cuelenaere
2010-06-04USB: s3c: Enable soft disconnect during initializationThomas Abraham
2010-06-04USB: xhci: Print NEC firmware version.Sarah Sharp
2010-06-04USB: xhci: Wait for host to start running.Sarah Sharp
2010-06-04USB: xhci: Wait for controller to be ready after reset.Sarah Sharp
2010-06-04USB: isp1362: fix inw warning on Blackfin systemsMike Frysinger
2010-06-04USB: mos7840: fix null-pointer dereferenceJohan Hovold
2010-06-04Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2010-06-04Merge branch 'acpi-idle' into releaseLen Brown
2010-06-04Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2010-06-04ACPI: Eliminate us to pm ticks conversion in common pathVenkatesh Pallipadi
2010-06-04ACPI: Fix the incorrect calculation about C-state idle timeZhao Yakui
2010-06-04Merge branch 'master' into for-linusAlex Elder
2010-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2010-06-04block: make blk_init_free_list and elevator_init idempotentMike Snitzer
2010-06-04block: avoid unconditionally freeing previously allocated request_queueMike Snitzer
2010-06-04Input: wacom - add Cintiq 21UX2 and Intuos4 WLPing Cheng
2010-06-03Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-06-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-06-03Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-06-03Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2010-06-03Merge branch 'for-linus/bugfixes' of git://xenbits.xensource.com/people/ianc/...Linus Torvalds
2010-06-03Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-06-03Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2010-06-03Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-06-03perf: Fix crash in sweventsPeter Zijlstra
2010-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-06-03Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-06-03Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-06-03virtio: console: Fix crash when port is unplugged and blocked for writeAmit Shah
2010-06-03virtio: console: Fix crash when hot-unplugging a port and read is blockedAmit Shah
2010-06-03virtio-blk: fix minimum number of S/G elementsChristoph Hellwig
2010-06-03pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe
2010-06-03pipe: change the privilege required for growing a pipe beyond system maxJens Axboe
2010-06-03pipe: adjust minimum pipe size to 1 pageJens Axboe
2010-06-03ixgbe: return IXGBE_ERR_RAR_INDEX when out of rangeJeff Kirsher
2010-06-03act_pedit: access skb->data safelyChangli Gao