| Commit message (Expand) | Author | Files | Lines |
2013-05-20 | x86: Fix bit corruption at CPU resume time | Linus Torvalds | 1 | -1/+1 |
2013-05-20 | xen: Fixed assignment error in if statement | Lisa Nguyen | 1 | -1/+2 |
2013-05-20 | xen/xenbus: Fixed over 80 character limit issue | Lisa Nguyen | 1 | -1/+2 |
2013-05-20 | xen/xenbus: Fixed indentation error in switch case | Lisa Nguyen | 1 | -10/+8 |
2013-05-20 | MAINTAINERS: Add myself as maintainer for LM95234 and TMP401 drivers | Guenter Roeck | 1 | -0/+14 |
2013-05-19 | dm thin: fix metadata dev resize detection | Alasdair G Kergon | 1 | -2/+2 |
2013-05-19 | hwmon: (tmp401) Drop redundant safety on cache lifetime | Jean Delvare | 1 | -1/+1 |
2013-05-18 | sound/soc/kirkwood: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | sound/soc/fsl: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -6/+0 |
2013-05-18 | arch/mips/lantiq/xway: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -4/+0 |
2013-05-18 | arch/arm/plat-samsung: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | arch/arm/mach-tegra: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/watchdog: don't check resource with devm_ioremap_resource | Wolfram Sang | 3 | -15/+0 |
2013-05-18 | drivers/w1/masters: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/video/omap2/dss: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -4/+0 |
2013-05-18 | drivers/video/omap2: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/usb/phy: don't check resource with devm_ioremap_resource | Wolfram Sang | 4 | -20/+0 |
2013-05-18 | drivers/usb/host: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -6/+0 |
2013-05-18 | drivers/usb/gadget: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -10/+0 |
2013-05-18 | drivers/usb/chipidea: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/thermal: don't check resource with devm_ioremap_resource | Wolfram Sang | 3 | -19/+0 |
2013-05-18 | drivers/staging/nvec: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/staging/dwc2: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/spi: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/rtc: don't check resource with devm_ioremap_resource | Wolfram Sang | 4 | -21/+0 |
2013-05-18 | drivers/pwm: don't check resource with devm_ioremap_resource | Wolfram Sang | 8 | -40/+0 |
2013-05-18 | drivers/pinctrl: don't check resource with devm_ioremap_resource | Wolfram Sang | 4 | -19/+0 |
2013-05-18 | drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/mtd/nand: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/misc: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/mfd: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/memory: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -6/+0 |
2013-05-18 | drivers/i2c/busses: don't check resource with devm_ioremap_resource | Wolfram Sang | 3 | -16/+0 |
2013-05-18 | drivers/gpu/host1x/drm: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/gpio: don't check resource with devm_ioremap_resource | Wolfram Sang | 2 | -10/+0 |
2013-05-18 | drivers/dma: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-18 | drivers/cpufreq: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -4/+0 |
2013-05-18 | Btrfs: use a btrfs bioset instead of abusing bio internals | Chris Mason | 9 | -72/+120 |
2013-05-18 | Btrfs: make sure roots are assigned before freeing their nodes | Josef Bacik | 1 | -18/+21 |
2013-05-18 | Btrfs: explicitly use global_block_rsv for quota_tree | Stefan Behrens | 1 | -0/+2 |
2013-05-18 | btrfs: do away with non-whole_page extent I/O | Alexandre Oliva | 1 | -55/+30 |
2013-05-18 | Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock context | Miao Xie | 1 | -0/+6 |
2013-05-18 | Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix() | Miao Xie | 1 | -1/+0 |
2013-05-18 | Btrfs: pause the space balance when remounting to R/O | Miao Xie | 1 | -0/+1 |
2013-05-18 | Btrfs: fix unprotected root node of the subvolume's inode rb-tree | Miao Xie | 1 | -4/+3 |
2013-05-18 | Btrfs: fix accessing a freed tree root | Miao Xie | 1 | -1/+1 |
2013-05-18 | Btrfs: return errno if possible when we fail to allocate memory | Liu Bo | 1 | -2/+6 |
2013-05-18 | Btrfs: update the global reserve if it is empty | Miao Xie | 1 | -1/+8 |
2013-05-18 | Btrfs: don't steal the reserved space from the global reserve if their space ... | Miao Xie | 1 | -2/+4 |