| Commit message (Expand) | Author | Files | Lines |
2010-12-16 | implement in-kernel gendisk events handling | Tejun Heo | 5 | -8/+484 |
2010-12-16 | block: move register_disk() and del_gendisk() to block/genhd.c | Tejun Heo | 4 | -94/+87 |
2010-12-16 | block: kill genhd_media_change_notify() | Tejun Heo | 2 | -26/+0 |
2010-12-13 | block cfq: select new workload if priority changed | Shaohua Li writes | 1 | -0/+5 |
2010-11-30 | cfq-iosched: Get rid of on_st flag | Gui Jianfeng | 1 | -4/+1 |
2010-11-30 | cfq-iosched: Get rid of st->active | Gui Jianfeng | 1 | -14/+1 |
2010-11-16 | block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev... | Mike Snitzer | 4 | -16/+16 |
2010-11-16 | Linux 2.6.37-rc2v2.6.37-rc2 | Linus Torvalds | 1 | -1/+1 |
2010-11-16 | capabilities/syslog: open code cap_syslog logic to fix build failure | Eric Paris | 7 | -40/+28 |
2010-11-15 | i2c: Sanity checks on adapter registration | Jean Delvare | 1 | -0/+12 |
2010-11-15 | i2c: Mark i2c_adapter.id as deprecated | Jean Delvare | 3 | -2/+11 |
2010-11-15 | i2c: Drivers shouldn't include <linux/i2c-id.h> | Jean Delvare | 3 | -3/+0 |
2010-11-15 | i2c: Delete unused adapter IDs | Jean Delvare | 2 | -23/+0 |
2010-11-15 | i2c: Remove obsolete cleanup for clientdata | Wolfram Sang | 4 | -8/+0 |
2010-11-15 | include/linux/kernel.h: Move logging bits to include/linux/printk.h | Linus Torvalds | 2 | -244/+249 |
2010-11-15 | Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again) | Jim Bos | 1 | -4/+4 |
2010-11-15 | hwmon: (w83795) Check for BEEP pin availability | Jean Delvare | 1 | -7/+51 |
2010-11-15 | hwmon: (w83795) Clear intrusion alarm immediately | Jean Delvare | 1 | -0/+4 |
2010-11-15 | hwmon: (w83795) Read the intrusion state properly | Jean Delvare | 1 | -3/+20 |
2010-11-15 | hwmon: (w83795) Print the actual temperature channels as sources | Jean Delvare | 1 | -10/+20 |
2010-11-15 | hwmon: (w83795) List all usable temperature sources | Jean Delvare | 1 | -3/+54 |
2010-11-15 | hwmon: (w83795) Expose fan control method | Jean Delvare | 1 | -1/+18 |
2010-11-15 | hwmon: (w83795) Fix fan control mode attributes | Jean Delvare | 1 | -10/+8 |
2010-11-15 | hwmon: (lm95241) Check validity of input values | Jean Delvare | 1 | -5/+14 |
2010-11-15 | hwmon: Change mail address of Hans J. Koch | Hans J. Koch | 3 | -4/+4 |
2010-11-15 | blk-cgroup: Allow creation of hierarchical cgroups | Vivek Goyal | 2 | -4/+27 |
2010-11-15 | PCI: sysfs: fix printk warnings | Randy Dunlap | 1 | -1/+2 |
2010-11-15 | GFS2: Fix inode deallocation race | Steven Whitehouse | 5 | -216/+98 |
2010-11-15 | ARM: mach-shmobile: ap4evb: add fsib 44100Hz rate | Kuninori Morimoto | 1 | -0/+4 |
2010-11-15 | sh: intc: Fix up build failure introduced by radix tree changes. | Paul Mundt | 1 | -1/+1 |
2010-11-15 | fsl-diu-fb: drop dead ioctl define | Mike Frysinger | 1 | -1/+0 |
2010-11-15 | MAINTAINERS: Add an fbdev git tree entry. | Paul Mundt | 1 | -0/+1 |
2010-11-14 | slub: Fix slub_lock down/up imbalance | Pavel Emelyanov | 1 | -1/+2 |
2010-11-13 | Revert "8250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hang" | Ingo Molnar | 1 | -4/+1 |
2010-11-13 | i8k: Tell gcc that *regs gets clobbered | Jim Bos | 1 | -2/+3 |
2010-11-13 | ACPI: debugfs custom_method open to non-root | Dave Jones | 1 | -1/+1 |
2010-11-13 | ocfs2: Change some lock status member in ocfs2_lock_res to char. | Tao Ma | 1 | -3/+3 |
2010-11-13 | block: clean up blkdev_get() wrappers and their users | Tejun Heo | 18 | -94/+149 |
2010-11-13 | block: check bdev_read_only() from blkdev_get() | Tejun Heo | 2 | -10/+8 |
2010-11-13 | block: reorganize claim/release implementation | Tejun Heo | 1 | -79/+48 |
2010-11-13 | block: make blkdev_get/put() handle exclusive access | Tejun Heo | 26 | -318/+162 |
2010-11-13 | block: simplify holder symlink handling | Tejun Heo | 4 | -291/+74 |
2010-11-13 | btrfs: close_bdev_exclusive() should use the same @flags as the matching open... | Tejun Heo | 1 | -1/+1 |
2010-11-13 | mtd: fix bdev exclusive open bugs in block2mtd::add_device() | Tejun Heo | 1 | -2/+11 |
2010-11-13 | ARM: SAMSUNG: Fix HAVE_S3C_RTC warnings | Kukjin Kim | 1 | -4/+4 |
2010-11-13 | ARM: SAMSUNG: Fix HAVE_S3C2410_I2C warnings | Kukjin Kim | 1 | -6/+6 |
2010-11-13 | ARM: SAMSUNG: Fix HAVE_S3C2410_WATCHDOG warnings | Kyungmin Park | 2 | -7/+7 |
2010-11-12 | drivers/ata/pata_octeon_cf.c: delete double assignment | Julia Lawall | 1 | -2/+0 |
2010-11-12 | pata_legacy: fix CONFIG_PATA_WINBOND_VLB_MODULE test | Tejun Heo | 1 | -1/+1 |
2010-11-12 | libata: fix NULL sdev dereference race in atapi_qc_complete() | Tejun Heo | 1 | -1/+4 |