aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAge
* mtd: physmap: add const qualifiersArtem Bityutskiy2013-04-05
* mtd: plat-ram: add const quilifiersArtem Bityutskiy2013-04-05
* mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy2013-04-05
* mtd: devices: elm: check for device's presence before configurationDaniel Mack2013-04-05
* mtd: nand: provision full ID supportArtem Bityutskiy2013-04-05
* mtd: nand_ids: introduce helper macrosArtem Bityutskiy2013-04-05
* mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy2013-04-05
* mtd: nand: use NAND_HAS_CACHEPROGArtem Bityutskiy2013-04-05
* mtd: nand: remove NAND_COPYBACK macroArtem Bityutskiy2013-04-05
* mtd: nand: remove NAND_NO_PADDING macroArtem Bityutskiy2013-04-05
* mtd: nand: remove a bunch of unused commandsArtem Bityutskiy2013-04-05
* mtd: nand: remove AG-AND supportArtem Bityutskiy2013-04-05
* Merge tag 'for-linus-20130318' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-18
|\
| * mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDYBrian Norris2013-03-14
* | perf,x86: fix link failure for non-Intel configsDavid Rientjes2013-03-17
* | Merge tag 'mfd-fixes-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-15
|\ \
| * | mfd: wm831x: Don't forward declare enum wm831x_auxadcMark Brown2013-03-12
| * | mfd: tps65912: Declare and use tps65912_irq_exit()Mark Brown2013-03-12
| * | mfd: palmas: Provide irq flags through DT/platform dataLaxman Dewangan2013-03-12
* | | perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2013-03-15
* | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2013-03-14
|\ \ \
| * | | list: Fix double fetch of pointer in hlist_entry_safe()Paul E. McKenney2013-03-14
* | | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-13
|\ \ \ \
| * | | | idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo2013-03-13
| * | | | include/linux/res_counter.h needs errno.hAndrew Morton2013-03-13
* | | | | Merge tag 'usb-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-03-13
|\ \ \ \ \
| * | | | | usb: gadget: composite: fix kernel-doc warningsNishanth Menon2013-03-05
| | |_|/ / | |/| | |
* | | | | Merge tag 'staging-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge tag 'iio-fixes-for-3.9a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2013-03-05
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | iio: Fix build error seen if IIO_TRIGGER is defined but IIO_BUFFER is notGuenter Roeck2013-03-02
* | | | | idr: fix new kernel-doc warningsRandy Dunlap2013-03-12
| |_|/ / |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-09
|\ \ \ \
| * | | | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
| |/ / /
* | | | Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz2013-03-08
* | | | Merge tag 'regulator-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-07
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'regulator/fix/doc' into tmpMark Brown2013-03-04
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | regulator: core: update kernel documentation for regulator_descNishanth Menon2013-03-01
* | | | | Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-03-07
|\ \ \ \ \
| * | | | | eCryptfs: allow userspace messaging to be disabledKees Cook2013-03-04
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-05
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-26
| |\ \ \ \ \ \
| | * | | | | | netfilter: ipset: timeout values corrupted on set resizeJosh Hunt2013-02-21
* | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-03-05
|\ \ \ \ \ \ \ \
| * | | | | | | | irq: Remove IRQ_EXIT_OFFSET workaroundFrederic Weisbecker2013-02-21
* | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-05
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | stop_machine: Mark per cpu stopper enabled earlyThomas Gleixner2013-02-26
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-03
|\ \ \ \ \ \ \ \
| * | | | | | | | constify path_get/path_put and fs_struct.c stuffAl Viro2013-03-01
| * | | | | | | | cache the value of file_inode() in struct fileAl Viro2013-03-01
* | | | | | | | | Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-03
|\ \ \ \ \ \ \ \ \