summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2009-12-2218-34/+31
|\ \ \ \ \ \ \
| * | | | | | | jfs: Fix 32bit build warningAlan Cox2009-12-221-1/+1
| * | | | | | | Remove obsolete comment in fs.hAndreas Gruenbacher2009-12-221-2/+0
| * | | | | | | Sanitize f_flags helpersAl Viro2009-12-226-14/+5
| * | | | | | | Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Al Viro2009-12-224-11/+17
| * | | | | | | anonfd: Allow making anon files read-onlyRoland Dreier2009-12-227-9/+17
| * | | | | | | fs/compat_ioctl.c: fix build error when !BLOCKArnd Bergmann2009-12-221-2/+0
| * | | | | | | pohmelfs needs I_LOCKEvgeniy Polyakov2009-12-221-2/+0
| * | | | | | | alloc_file(): simplify handling of mnt_clone_write() errorsRoland Dreier2009-12-221-3/+1
* | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-12-221-1/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINTAINERS: update entries for WUSB, UWB and WLP subsystemsDavid Vrabel2009-12-221-1/+9
| |/ / / / / / /
* | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-12-2237-178/+876
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc/gc/wii: Remove get_irq_desc()Albert Herranz2009-12-212-2/+2
| * | | | | | | | powerpc/gc/wii: hlwd-pic: convert irq_desc.lock to raw_spinlockAlbert Herranz2009-12-211-4/+4
| * | | | | | | | Merge commit 'jwb/next' into mergeBenjamin Herrenschmidt2009-12-212-2/+52
| |\ \ \ \ \ \ \ \
| | * | | | | | | | powerpc/44x: Increase warp SD bufferSean MacLennan2009-12-111-1/+1
| | * | | | | | | | powerpc/44x: Extend Katmai dts for ADMA and RAID56 supportAnatolij Gustschin2009-12-111-1/+51
| * | | | | | | | | Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt2009-12-218-17/+248
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | powerpc/85xx: Workaround MPC8572/MPC8536 GPIO 1 errata.Felix Radensky2009-12-101-1/+20
| | * | | | | | | | | powerpc/gpio: support gpio_to_irq()Peter Korsgaard2009-12-101-4/+1
| | * | | | | | | | | powerpc/83xx: Add power management support for MPC8315E-RDB boardsAnton Vorontsov2009-12-101-0/+27
| | * | | | | | | | | powerpc/83xx/suspend: Save and restore SICRL, SICRH and SCCRAnton Vorontsov2009-12-101-0/+48
| | * | | | | | | | | powerpc/83xx/suspend: Clear deep_sleeping after devices resumeAnton Vorontsov2009-12-101-2/+2
| | * | | | | | | | | powerpc/cpm2_pic: Allow correct flow_types for port C interruptsMark Ware2009-12-101-7/+21
| | * | | | | | | | | powerpc/83xx: mpc8349emitx - add leds-gpio bindingDmitry Eremin-Solenikov2009-12-091-0/+18
| | * | | | | | | | | powerpc/83xx: mpc8349emitx - add OF descriptions of LocalBus devicesDmitry Eremin-Solenikov2009-12-091-1/+20
| | * | | | | | | | | powerpc/83xx: mpc8349emitx - populate I2C busses in device treeDmitry Eremin-Solenikov2009-12-091-0/+25
| | * | | | | | | | | powerpc/83xx: mpc8349emitx - add gpio controller declarationsDmitry Eremin-Solenikov2009-12-091-0/+18
| | * | | | | | | | | powerpc/fsl: try to explain why the interrupt numbers are off by 16Sebastian Andrzej Siewior2009-12-091-0/+42
| | * | | | | | | | | powerpc/fsl_pci: Fix P2P bridge handling for MPC83xx PCIe controllersAnton Vorontsov2009-12-091-2/+6
| | |/ / / / / / / /
| * | | | | | | | | powerpc/gamecube/wii: Fix off-by-one error in ugecon/usbgecko_udbgAlbert Herranz2009-12-182-2/+2
| * | | | | | | | | powerpc/mpic: Fix problem that affinity is not updatedYang Li2009-12-181-13/+6
| * | | | | | | | | powerpc/mm: Fix stupid bug in subpge protection handlingDavid Gibson2009-12-181-2/+2
| * | | | | | | | | powerpc/iseries: use DECLARE_COMPLETION_ONSTACK for non-constant completionYong Zhang2009-12-181-1/+1
| * | | | | | | | | powerpc: Fix MSI support on U4 bridge PCIe slotBenjamin Herrenschmidt2009-12-182-8/+49
| * | | | | | | | | powerpc: Handle VSX alignment faults correctly in little-endian modeNeil Campbell2009-12-181-17/+46
| * | | | | | | | | powerpc/mm: Fix typo of cpumask_clear_cpu()Yang Li2009-12-181-1/+1
| * | | | | | | | | powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled.Sachin P. Sant2009-12-181-4/+4
| * | | | | | | | | powerpc: Convert BUG() to use unreachable()David Daney2009-12-181-1/+1
| * | | | | | | | | powerpc/pseries: Make declarations of cpu_hotplug_driver_lock() ANSI compatible.Gautham R Shenoy2009-12-181-2/+4
| * | | | | | | | | powerpc/pseries: Don't panic when H_PROD fails during cpu-online.Gautham R Shenoy2009-12-181-2/+2
| * | | | | | | | | powerpc/mm: Fix a WARN_ON() with CONFIG_DEBUG_PAGEALLOC and CONFIG_DEBUG_VMBenjamin Herrenschmidt2009-12-181-1/+1
| * | | | | | | | | powerpc/defconfigs: Set HZ=100 on pseries and ppc64 defconfigsAnton Blanchard2009-12-182-6/+6
| * | | | | | | | | powerpc/defconfigs: Disable token ring in powerpc defconfigsAnton Blanchard2009-12-185-10/+10
| * | | | | | | | | powerpc/defconfigs: Reduce 64bit vmlinux by making acenic and cramfs modulesAnton Blanchard2009-12-183-5/+5
| * | | | | | | | | powerpc/pseries: Select XICS and PCI_MSI PSERIESMel Gorman2009-12-181-0/+2
| * | | | | | | | | powerpc/85xx: Wrong variable returned on errorRoel Kluin2009-12-181-1/+1
| * | | | | | | | | powerpc/iseries: Convert to proc_fopsAlexey Dobriyan2009-12-181-64/+83
| * | | | | | | | | powerpc: Make the CMM memory hotplug awareRobert Jennings2009-12-181-6/+248
| * | | | | | | | | mm: Add notifier in pageblock isolation for balloon driversRobert Jennings2009-12-183-7/+96
OpenPOWER on IntegriCloud