summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | get rid of s_files and files_lockAl Viro2013-11-091-13/+0
| * | RCU'd vfsmountsAl Viro2013-11-092-1/+3
| * | pid_namespace: make freeing struct pid_namespace rcu-delayedAl Viro2013-10-251-0/+1
| * | make freeing super_block rcu-delayedAl Viro2013-10-251-0/+1
| * | vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-251-0/+1
| * | consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-251-0/+11
| * | new helper: kfree_put_link()Al Viro2013-10-251-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-11-131-0/+1
|\ \ \
| * | | cuse: add fix minor number to /dev/cuseTom Gundersen2013-10-011-0/+1
* | | | Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2013-11-131-0/+51
|\ \ \ \
| * | | | f2fs: add tracepoint for vm_page_mkwriteJaegeuk Kim2013-10-251-0/+7
| * | | | f2fs: add tracepoint for set_page_dirtyJaegeuk Kim2013-10-251-0/+44
* | | | | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-11-131-37/+0
|\ \ \ \ \
| * | | | | cgroup: kill css_idLi Zefan2013-09-241-37/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2013-11-131-0/+7
|\ \ \ \ \
| * | | | | libata: Add some missing command descriptionsRobert Hancock2013-10-271-0/+7
| |/ / / /
* | | | | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-11-131-32/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | percpu: remove this_cpu_xor() implementationHeiko Carstens2013-10-271-32/+0
| |/ / /
* | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-126-66/+64
|\ \ \ \
| * | | | dt/irq: add empty of_irq_count for !OF_IRQRob Herring2013-11-081-1/+9
| * | | | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-0729-55/+133
| |\ \ \ \
| | * | | | of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely2013-10-241-0/+1
| | * | | | of: Add helper for printing an of_phandle_args structureGrant Likely2013-10-241-0/+1
| | * | | | of/irq: Refactor interrupt-map parsingGrant Likely2013-10-241-4/+1
| | * | | | of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-241-3/+1
| | * | | | of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-242-22/+6
| | * | | | of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-242-5/+5
| | * | | | of: Make cpu node handling more portable.David Miller2013-10-151-0/+3
| * | | | | of: Add empty for_each_available_child_of_node() macro definitionSylwester Nawrocki2013-11-031-0/+3
| * | | | | of: only include prom.h on sparcRob Herring2013-10-101-0/+2
| * | | | | of: move of_translate_dma_address to of_address.hRob Herring2013-10-101-0/+4
| * | | | | of: move of_address_to_resource and of_iomap declarations from sparcRob Herring2013-10-101-13/+17
| * | | | | of: implement of_node_to_nid as a weak functionRob Herring2013-10-101-7/+4
| * | | | | of: implement pci_address_to_pio as weak functionRob Herring2013-10-101-4/+1
| * | | | | of: introduce common FDT machine related functionsRob Herring2013-10-101-0/+5
| * | | | | of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-10/+0
| * | | | | of: Introduce common early_init_dt_scanRob Herring2013-10-091-0/+2
| * | | | | of: create unflatten_and_copy_device_treeRob Herring2013-10-091-0/+2
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2013-11-123-4/+54
|\ \ \ \ \ \
| * | | | | | leds: lp55xx: handle enable pin in driverSebastian Reichel2013-10-251-4/+2
| * | | | | | of: introduce of_get_available_child_countBryan Wu2013-10-251-0/+16
| * | | | | | leds: Added driver for the NXP PCA9685 I2C chipMaximilian Güntner2013-10-221-0/+35
| * | | | | | leds: lp55xx: enable setting default triggerLinus Walleij2013-10-221-0/+1
* | | | | | | Merge tag 'clk-for-linus-3.13' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-11-122-0/+43
|\ \ \ \ \ \ \
| * | | | | | | clk: new driver for efm32 SoCUwe Kleine-König2013-11-041-0/+42
| * | | | | | | clk: of: helper for determining number of parent clocksMike Turquette2013-10-081-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-11-126-187/+592
|\ \ \ \ \ \ \
| * | | | | | | gpiolib: provide a declaration of seq_file in gpio/driver.hStephen Rothwell2013-10-301-0/+1
| * | | | | | | gpiolib: include gpio/consumer.h in of_gpio.h for desc_to_gpio()Stephen Rothwell2013-10-301-1/+1
| * | | | | | | gpio: provide stubs for devres gpio functionsLinus Walleij2013-10-301-7/+27