| Commit message (Expand) | Author | Files | Lines |
2011-04-23 | driver core: let dev_set_drvdata return int instead of void as it can fail | Uwe Kleine-König | 2 | -5/+4 |
2011-04-23 | driver core/platform_device_add_resources: free resource before overwriting | Uwe Kleine-König | 1 | -0/+1 |
2011-04-23 | driver core/platform_device_add_resources: set resource to NULL if !res | Uwe Kleine-König | 1 | -10/+9 |
2011-04-23 | driver core/platform_device_add_data: free platform data before overwriting | Uwe Kleine-König | 1 | -0/+1 |
2011-04-23 | driver core/platform_device_add_data: set platform_data to NULL if !data | Uwe Kleine-König | 1 | -9/+8 |
2011-04-23 | drivers/base/core.c: Fixed brace coding style issue. | Karthigan Srinivasan | 1 | -2/+1 |
2011-04-23 | driver-core: fix race between device_register and driver_register | Sebastian Ott | 1 | -0/+5 |
2011-04-23 | drivers:misc:ti-st: remove rfkill dependency | Pavan Savoy | 1 | -1/+0 |
2011-04-23 | drivers:misc:ti-st: handle delayed tty receive | Pavan Savoy | 2 | -11/+15 |
2011-04-20 | kmsg: properly support writev to avoid interleaved printk lines fix | Andrew Morton | 1 | -3/+4 |
2011-04-20 | printk: /dev/kmsg - properly support writev() to avoid interleaved printk() l... | Kay Sievers | 1 | -15/+26 |
2011-04-20 | uio: clean uioinfo when uninstall uio driver | Jie Zhou | 1 | -0/+4 |
2011-04-20 | uio: fix allocating minor id for uio device | Hillf Danton | 1 | -1/+7 |
2011-04-20 | uio: fix finding mm index for vma | Hillf Danton | 1 | -5/+3 |
2011-04-20 | uio_netx: Add support for netPLC cards | Daniel Trautmann | 1 | -0/+19 |
2011-04-20 | HOWTO: sync up Documentaion/ja_JP/HOWTO | Tsugikazu Shibata | 1 | -86/+43 |
2011-04-20 | kernel/ksysfs.c: expose file_caps_enabled in sysfs | Ludwig Nussel | 2 | -0/+18 |
2011-04-20 | drivers: make device_type const | Stephen Hemminger | 2 | -3/+3 |
2011-04-20 | firmware: Fix grammar in sysfs-firmware-dmi doc | Mike Waychison | 1 | -9/+9 |
2011-04-20 | efivars: handle errors from register_efivars() | Dan Carpenter | 1 | -2/+9 |
2011-04-20 | efivars: memory leak on error in create_efivars_bin_attributes() | Dan Carpenter | 1 | -2/+2 |
2011-04-20 | device: add dev_WARN_ONCE | Felipe Balbi | 1 | -1/+5 |
2011-04-19 | Linux 2.6.39-rc4v2.6.39-rc4 | Linus Torvalds | 1 | -1/+1 |
2011-04-18 | proc: do proper range check on readdir offset | Linus Torvalds | 1 | -2/+7 |
2011-04-18 | next_pidmap: fix overflow condition | Linus Torvalds | 2 | -2/+5 |
2011-04-18 | Input: xen-kbdfront - fix mouse getting stuck after save/restore | Igor Mammedov | 1 | -1/+12 |
2011-04-18 | Input: estimate number of events per packet | Jeff Brown | 2 | -0/+46 |
2011-04-18 | Btrfs: fix free space cache leak | Chris Mason | 1 | -1/+1 |
2011-04-18 | block: add blk_run_queue_async | Christoph Hellwig | 9 | -23/+36 |
2011-04-18 | block: blk_delay_queue() should use kblockd workqueue | Jens Axboe | 1 | -1/+2 |
2011-04-18 | md: fix up raid1/raid10 unplugging. | NeilBrown | 2 | -28/+20 |
2011-04-18 | md: incorporate new plugging into raid5. | NeilBrown | 1 | -7/+16 |
2011-04-18 | md: provide generic support for handling unplug callbacks. | NeilBrown | 2 | -0/+60 |
2011-04-18 | md - remove old plugging code. | NeilBrown | 4 | -104/+8 |
2011-04-18 | md/dm - remove remains of plug_fn callback. | NeilBrown | 2 | -9/+0 |
2011-04-18 | md: use new plugging interface for RAID IO. | NeilBrown | 3 | -1/+10 |
2011-04-18 | block: drop queue lock before calling __blk_run_queue() for kblockd punt | Jens Axboe | 1 | -8/+25 |
2011-04-18 | Revert "block: add callback function for unplug notification" | Jens Axboe | 3 | -22/+0 |
2011-04-18 | block: Enhance new plugging support to support general callbacks | NeilBrown | 2 | -1/+26 |
2011-04-18 | powerpc/powermac: Build fix with SMP and CPU hotplug | Benjamin Herrenschmidt | 1 | -3/+5 |
2011-04-18 | powerpc/perf_event: Skip updating kernel counters if register value shrinks | Eric B Munson | 1 | -7/+30 |
2011-04-18 | powerpc: Don't write protect kernel text with CONFIG_DYNAMIC_FTRACE enabled | Stefan Roese | 1 | -1/+1 |
2011-04-18 | powerpc: Fix oops if scan_dispatch_log is called too early | Anton Blanchard | 1 | -0/+3 |
2011-04-18 | powerpc/pseries: Use a kmem cache for DTL buffers | Nishanth Aravamudan | 1 | -2/+10 |
2011-04-18 | powerpc/kexec: Fix regression causing compile failure on UP | Paul Gortmaker | 1 | -6/+6 |
2011-04-17 | alpha: Fix uninitialized value in read_persistent_clock. | Richard Henderson | 1 | -0/+1 |
2011-04-17 | alpha: Fix RTC interrupt setup. | Richard Henderson | 1 | -1/+1 |
2011-04-17 | alpha: Remove set but unused variables. | Richard Henderson | 5 | -17/+13 |
2011-04-17 | alpha: Don't force -Werror. | Richard Henderson | 1 | -1/+1 |
2011-04-17 | fs: synchronize_rcu when unregister_filesystem success not failure | Milton Miller | 1 | -2/+1 |