Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-10-18 | 1 | -1/+7 | |
|\ \ \ \ | ||||||
| * | | | | Input: evdev - fix EVIOCSABS regression | Daniel Mack | 2010-10-18 | 1 | -1/+1 | |
| * | | | | Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABS | Daniel Mack | 2010-10-18 | 1 | -0/+6 | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2010-10-18 | 2 | -26/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | firewire: ohci: fix TI TSB82AA2 regression since 2.6.35 | Stefan Richter | 2010-10-17 | 2 | -26/+1 | |
* | | | | | | mxc_nand: do not depend on disabling the irq in the interrupt handler | Sascha Hauer | 2010-10-18 | 1 | -9/+83 | |
* | | | | | | Merge branch 'for-linus/i2c/2636-rc8' of git://git.fluff.org/bjdooks/linux | Linus Torvalds | 2010-10-18 | 2 | -18/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | i2c-imx: do not allow interruptions when waiting for I2C to complete | Marc Kleine-Budde | 2010-10-18 | 1 | -9/+3 | |
| * | | | | | | i2c-davinci: Fix TX setup for more SoCs | Jon Povey | 2010-10-18 | 1 | -9/+15 | |
* | | | | | | | Merge branch 'fixes' | Linus Torvalds | 2010-10-18 | 2 | -31/+28 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | v4l1: fix 32-bit compat microcode loading translation | Linus Torvalds | 2010-10-15 | 1 | -11/+21 | |
| * | | | | | | De-pessimize rds_page_copy_user | Linus Torvalds | 2010-10-15 | 1 | -20/+7 | |
* | | | | | | | Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa... | Linus Torvalds | 2010-10-17 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ALSA: rawmidi: fix oops (use after free) when unloading a driver module | Clemens Ladisch | 2010-10-17 | 1 | -1/+3 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | m32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIAN | Kyle McMartin | 2010-10-15 | 1 | -2/+2 | |
* | | | | | | | m32r: add kernel/.gitignore and ignore vmlinux.lds | Kyle McMartin | 2010-10-15 | 1 | -0/+1 | |
* | | | | | | | m32r: get_user takes an lvalue, not a pointer | Kyle McMartin | 2010-10-15 | 1 | -1/+1 | |
* | | | | | | | m32r: restore _BLOCKABLE | Kyle McMartin | 2010-10-15 | 1 | -0/+2 | |
* | | | | | | | types.h: define __aligned_u64 and expose to userspace | Eric Paris | 2010-10-15 | 1 | -1/+14 | |
* | | | | | | | uml: fix build | FUJITA Tomonori | 2010-10-15 | 1 | -9/+5 | |
* | | | | | | | sysctl: min/max bounds are optional | Eric Dumazet | 2010-10-15 | 1 | -9/+0 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 2010-10-15 | 1 | -0/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | mmc: sdio: fix SDIO suspend/resume regression | Ohad Ben-Cohen | 2010-10-15 | 1 | -0/+13 | |
* | | | | | | | Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-10-15 | 1 | -2/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | hrtimer: Preserve timer state in remove_hrtimer() | Salman Qazi | 2010-10-14 | 1 | -2/+11 | |
* | | | | | | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-10-15 | 5 | -0/+17 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | HID: Add Cando touch screen 15.6-inch product id | François Jaouen | 2010-10-13 | 3 | -0/+4 | |
| * | | | | | | | | HID: Add MULTI_INPUT quirk for turbox/mosart touchscreen | Pierre BAILLY | 2010-10-12 | 2 | -0/+2 | |
| * | | | | | | | | HID: hidraw, fix a NULL pointer dereference in hidraw_write | Antonio Ospite | 2010-10-06 | 1 | -0/+6 | |
| * | | | | | | | | HID: hidraw, fix a NULL pointer dereference in hidraw_ioctl | Antonio Ospite | 2010-10-06 | 1 | -0/+5 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-15 | 2 | -5/+6 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | ubd: fix incorrect sector handling during request restart | Tejun Heo | 2010-10-15 | 1 | -4/+5 | |
| * | | | | | | | | ps3disk: passing wrong variable to bvec_kunmap_irq() | Dan Carpenter | 2010-10-12 | 1 | -1/+1 | |
* | | | | | | | | | Export dump_{write,seek} to binary loader modules | Linus Torvalds | 2010-10-14 | 1 | -0/+2 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Linux 2.6.36-rc8v2.6.36-rc8 | Linus Torvalds | 2010-10-14 | 1 | -2/+2 | |
* | | | | | | | | Un-inline the core-dump helper functions | Linus Torvalds | 2010-10-14 | 2 | -32/+40 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-10-14 | 13 | -77/+104 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ehea: Fix a checksum issue on the receive path | Breno Leitao | 2010-10-13 | 2 | -1/+9 | |
| * | | | | | | | | net: allow FEC driver to use fixed PHY support | Greg Ungerer | 2010-10-13 | 1 | -14/+27 | |
| * | | | | | | | | tg3: restore rx_dropped accounting | Eric Dumazet | 2010-10-11 | 2 | -3/+5 | |
| * | | | | | | | | b44: fix carrier detection on bind | Paul Fertser | 2010-10-11 | 1 | -2/+2 | |
| * | | | | | | | | net: clear heap allocations for privileged ethtool actions | Kees Cook | 2010-10-11 | 1 | -3/+3 | |
| * | | | | | | | | NET: wimax, fix use after free | Jiri Slaby | 2010-10-11 | 1 | -13/+13 | |
| * | | | | | | | | ATM: iphase, remove sleep-inside-atomic | Jiri Slaby | 2010-10-11 | 2 | -7/+1 | |
| * | | | | | | | | ATM: mpc, fix use after free | Jiri Slaby | 2010-10-11 | 1 | -1/+1 | |
| * | | | | | | | | ATM: solos-pci, remove use after free | Jiri Slaby | 2010-10-11 | 1 | -3/+5 | |
| * | | | | | | | | net/fec: carrier off initially to avoid root mount failure | Oskar Schirmer | 2010-10-10 | 1 | -0/+3 | |
| * | | | | | | | | r8169: use device model DMA API | Stanislaw Gruszka | 2010-10-09 | 1 | -24/+29 | |
| * | | | | | | | | r8169: allocate with GFP_KERNEL flag when able to sleep | Stanislaw Gruszka | 2010-10-09 | 1 | -6/+6 | |
* | | | | | | | | | Don't dump task struct in a.out core-dumps | Linus Torvalds | 2010-10-14 | 3 | -22/+6 | |
| |_|_|/ / / / / |/| | | | | | | |