summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | ARM: OMAP: remove unused cpu detection macrosPaul Bolle2012-06-281-17/+1
| | * | | | | | ARM: OMAP: fix typos related to OMAP330Paul Bolle2012-06-281-2/+2
| | * | | | | | Merge branch 'for_3.6/cleanup/twl-irq' of git://git.kernel.org/pub/scm/linux/...Tony Lindgren2012-06-284-16/+0
| | |\ \ \ \ \ \
| | | * | | | | | mfd: twl: remove pdata->irq_base/_end, no more usersKevin Hilman2012-06-191-1/+0
| | | * | | | | | ARM: OMAP2+: TWL: remove usage of pdata->irq_base/_endKevin Hilman2012-06-193-15/+0
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge branch 'for_3.6/cleanup/pm' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren2012-06-287-27/+33
| | |\ \ \ \ \ \
| | | * | | | | | ARM: OMAP2+: OPP: Fix to ensure check of right oppdef after bad oneNishanth Menon2012-06-191-2/+1
| | | * | | | | | ARM: OMAP3/4: consolidate cpuidle MakefileDaniel Lezcano2012-06-195-20/+22
| | | * | | | | | ARM: OMAP3: PM: Only access IVA if one existsMark A. Greer2012-06-191-5/+10
| | | |/ / / / /
| | * | | | | | ARM: OMAP7XX: Remove omap730.h and omap850.hPaul Bolle2012-06-283-205/+1
| | * | | | | | ARM: OMAP2+: fix naming collision of variable nr_irqsVenkatraman S2012-06-282-8/+8
| | * | | | | | ARM: OMAP: omap2plus_defconfig: Enable EXT4 supportJavier Martinez Canillas2012-06-281-0/+1
| | * | | | | | Merge branch 'fixes-omap4-dsp' into fixes-non-criticalTony Lindgren2012-06-283-10/+11
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'for-tony' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad...Tony Lindgren2012-05-174-11/+12
| | | |\ \ \ \ \ \
| | | | * | | | | | ARM: OMAP4: hwspinlocks_init() should be staticOhad Ben-Cohen2012-05-131-1/+1
| | | | * | | | | | ARM: OMAP4: fix irq and clock name for dsp-iommuJuan Gutierrez2012-05-131-4/+2
| | | | * | | | | | ARM: OMAP: enable mailbox irq per instanceJuan Gutierrez2012-05-132-6/+9
| | | |/ / / / / /
| | * | | | | | | ARM: OMAP depends on MMUArnd Bergmann2012-06-281-0/+1
| | * | | | | | | ARM: OMAP: Fix dts files w/ status property: "disable" -> "disabled"Roland Stigge2012-06-213-7/+7
| | * | | | | | | ARM: OMAP: beagle: Set USB Host Port 1 to OMAP_USBHS_PORT_MODE_UNUSEDBrian Austin2012-06-211-1/+1
| | * | | | | | | ARM: OMAP2: twl-common: Fix compiler warningPeter Ujfalusi2012-06-211-0/+2
| | * | | | | | | ARM: OMAP: fix the ads7846 init codeIgor Grinberg2012-06-211-10/+12
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2012-07-235-21/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | UBI: harmonize the update of ubi->beb_rsvd_pebsShmulik Ladkani2012-07-183-18/+26
| * | | | | | | | UBI: trivial: fix comment of ubi_calculate_reserved functionShmulik Ladkani2012-07-181-1/+1
| * | | | | | | | UBI: fix spelling of detach in debug outputPeter Meerwald2012-07-181-1/+1
| * | | | | | | | UBI: Change the default percentage of reserved PEBRichard Genoud2012-07-181-1/+1
* | | | | | | | | Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-07-235-17/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | UBIFS: remove invalid reference to list iterator variableJulia Lawall2012-07-201-2/+2
| * | | | | | | | | UBIFS: simplify reply code a bitArtem Bityutskiy2012-07-201-14/+6
| * | | | | | | | | UBIFS: add debugfs knob to switch to R/O modeArtem Bityutskiy2012-07-202-0/+16
| * | | | | | | | | UBIFS: fix compilation warningAlexandre Pereira da Silva2012-07-201-1/+1
* | | | | | | | | | locks: fix checking of fcntl_setlease argumentJ. Bruce Fields2012-07-231-3/+3
* | | | | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-23210-2396/+2607
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()Al Viro2012-07-231-2/+2
| * | | | | | | | | | btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Al Viro2012-07-231-2/+2
| * | | | | | | | | | switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-2315-151/+106
| * | | | | | | | | | spufs: shift dget/mntget towards dentry_open()Al Viro2012-07-231-28/+18
| * | | | | | | | | | zoran: don't bother with struct file * in zoran_mapAl Viro2012-07-232-3/+5
| * | | | | | | | | | ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro2012-07-233-65/+26
| * | | | | | | | | | don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-237-19/+19
| * | | | | | | | | | tidy up namei.c a bitAl Viro2012-07-231-18/+21
| * | | | | | | | | | unobfuscate follow_up() a bitAl Viro2012-07-231-1/+1
| * | | | | | | | | | ext3: pass custom EOF to generic_file_llseek_size()Eric Sandeen2012-07-231-2/+2
| * | | | | | | | | | ext4: use core vfs llseek code for dir seeksEric Sandeen2012-07-232-64/+17
| * | | | | | | | | | vfs: allow custom EOF in generic_file_llseek codeEric Sandeen2012-07-234-11/+15
| * | | | | | | | | | vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Jan Kara2012-07-221-10/+9
| * | | | | | | | | | vfs: Remove unnecessary flushing of block devicesJan Kara2012-07-221-8/+8
| * | | | | | | | | | vfs: Make sys_sync writeout also block device inodesJan Kara2012-07-221-7/+11
| * | | | | | | | | | vfs: Create function for iterating over block devicesJan Kara2012-07-222-0/+41
OpenPOWER on IntegriCloud