summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rpc_create_*_dir: don't bother with qstrAl Viro2013-07-144-33/+23
* llist: llist_add() can use llist_add_batch()Oleg Nesterov2013-07-131-10/+4
* llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2013-07-132-22/+12
* fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2013-07-132-15/+12
* fs/file_table.c:fput(): add commentAndrew Morton2013-07-131-0/+6
* Safer ABI for O_TMPFILEAl Viro2013-07-136-8/+12
* ncpfs: fix error return code in ncp_parse_options()Wei Yongjun2013-07-081-3/+9
* locks: move file_lock_list to a set of percpu hlist_heads and convert file_lo...Jeff Layton2013-07-082-20/+50
* seq_file: add seq_list_*_percpu helpersJeff Layton2013-07-082-0/+60
* f2fs: fix readdir incorrectnessJaegeuk Kim2013-07-081-11/+9
* mode_t whack-a-mole...Al Viro2013-07-062-7/+7
* lustre: kill the pointless wrapperAl Viro2013-07-057-14/+12
* helper for reading ->d_countAl Viro2013-07-0512-17/+22
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-0516-88/+176
|\
| * of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt2013-07-041-2/+6
| * of: remove CONFIG_OF_DEVICERob Herring2013-06-123-8/+4
| * usb: chipidea: depend on CONFIG_OF instead of CONFIG_OF_DEVICERob Herring2013-06-121-1/+1
| * of: remove of_platform_driverRob Herring2013-06-121-21/+0
| * ibmebus: convert of_platform_driver to platform_driverRob Herring2013-06-124-22/+17
| * driver core: move to_platform_driver to platform_device.hRob Herring2013-06-122-3/+3
| * mfd: DT bindings for the palmas family MFDJ Keerthy2013-06-122-0/+121
| * ARM: dts: omap3-devkit8000: fix NAND memory bindingFlorian Vaussard2013-06-121-14/+15
| * of/base: fix typosLad, Prabhakar2013-06-121-6/+6
| * of: remove #ifdef from linux/of_platform.hArnd Bergmann2013-06-121-11/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-07-05105-512/+4793
|\ \
| * | Input: cyttsp4 - kfree xfer_buf on error path in probe()Ferruh Yigit2013-07-041-1/+3
| * | Input: tps6507x-ts - select INPUT_POLLDEVDmitry Torokhov2013-07-031-0/+1
| * | Input: bcm5974 - add support for the 2013 MacBook AirDmitry Torokhov2013-07-031-2/+34
| * | HID: apple: Add support for the 2013 Macbook AirDmitry Torokhov2013-07-033-0/+15
| * | Input: cyttsp4 - leak on error path in probe()Dan Carpenter2013-07-031-3/+3
| * | Input: cyttsp4 - silence NULL dereference warningDan Carpenter2013-07-031-5/+0
| * | Input: cyttsp4 - silence shift wrap warningDan Carpenter2013-07-031-1/+1
| * | Merge branch 'next' into for-linusDmitry Torokhov2013-07-0210477-321920/+591476
| |\ \
| | * | Input: cyttsp4 - SPI driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-07-013-0/+215
| | * | Input: cyttsp4 - I2C driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-07-013-0/+100
| | * | Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-07-015-0/+2730
| | * | Input: cyttsp - I2C driver split into two modulesFerruh Yigit2013-07-016-74/+112
| | * | Input: add OLPC AP-SP driverDaniel Drake2013-07-014-0/+311
| | * | Input: nspire-keypad - remove redundant dev_err call in nspire_keypad_probe()Wei Yongjun2013-06-281-3/+1
| | * | Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov2013-06-2810393-321614/+586871
| | |\ \
| | | * | Input: MT - Specify that ABS_MT_SLOT must have a minimum of 0Peter Hutterer2013-06-131-0/+2
| | | |/
| | * | Input: wacom_i2c - implement hovering capabilityTatsunosuke Tobita2013-06-191-4/+10
| | * | Input: pxa27x-keypad - make platform data constDmitry Torokhov2013-06-191-24/+23
| | * | Input: pxa27x-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov2013-06-191-8/+5
| | * | Input: pxa27x-keypad - add device tree supportChao Xie2013-06-192-4/+302
| | * | Input: pxa27x-keypad - use matrix_keymap for matrix keysChao Xie2013-06-1918-81/+180
| | * | Input: evdev - flush queues during EVIOCGKEY-like ioctlsDavid Herrmann2013-06-101-4/+129
| | * | Input: sysrq - request graceful shutdown for key resetMathieu J. Poirier2013-06-061-4/+15
| | * | Input: atmel_tsadcc - fix error handing with missing platform dataWei Yongjun2013-06-061-4/+4
| | * | Input: add TI-Nspire keypad supportDaniel Tang2013-06-044-0/+356