summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysctl: the include of rcupdate.h is only needed in the kernelStephen Rothwell2011-03-101-1/+1
* fat: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-2/+2
* jfs: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
* ocfs2: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
* gfs2: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
* fuse: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
* ceph: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
* reiserfs xattr ->d_revalidate() shouldn't care about RCUAl Viro2011-03-101-2/+0
* /proc/self is never going to be invalidated...Al Viro2011-03-101-30/+0
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-03-093-9/+10
|\
| * nfsd: wrong index used in inner looproel2011-03-081-2/+2
| * nfsd4: fix bad pointer on failure to find delegationJ. Bruce Fields2011-03-071-6/+7
| * NFSD: fix decode_cb_sequence4resokBenny Halevy2011-02-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2011-03-091-2/+5
|\ \
| * | watchdog: sbc_fitpc2_wdt, fix crash on systems without DMI_BOARD_NAMEJiri Slaby2011-03-091-2/+5
* | | Merge branch 'for-2639-rc7/i2c-fixes' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-03-093-4/+3
|\ \ \
| * | | i2c-eg20t: include slab.h for memory allocationsWolfram Sang2011-03-081-0/+1
| * | | i2c-ocores: Fix pointer type mismatch errorGrant Likely2011-03-081-1/+1
| * | | i2c-omap: Program I2C_WE on OMAP4 to enable i2c wakeupRajendra Nayak2011-03-071-3/+1
* | | | alpha: fix compile error from IRQ clean upMatt Turner2011-03-091-0/+1
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2011-03-091-1/+1
|\ \ \ \
| * | | | [CPUFREQ] pcc-cpufreq: don't load driver if get_freq fails during init.Naga Chumbalkar2011-03-091-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-091-1/+1
|\ \ \ \
| * | | | mmc: fix CONFIG_MMC_UNSAFE_RESUME regressionOhad Ben-Cohen2011-03-081-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-095-16/+42
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | nd->inode is not set on the second attempt in path_walk()Al Viro2011-03-081-0/+1
| * | | | unfuck proc_sysctl ->d_compare()Al Viro2011-03-084-13/+31
| * | | | minimal fix for do_filp_open() raceAl Viro2011-03-041-3/+10
* | | | | Linux 2.6.38-rc8v2.6.38-rc8Linus Torvalds2011-03-071-1/+1
* | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-0710-30/+41
|\ \ \ \ \
| * | | | | ARM: S3C64XX: Update regulator names for debugfs compatiblity on SMDK6410Mark Brown2011-03-041-6/+6
| * | | | | ARM: S3C64XX: Fix build with WM1190 disabled and WM1192 enabled on SMDK6410Mark Brown2011-03-041-0/+1
| * | | | | ARM: S3C64XX: Reduce output of s3c64xx_dma_init1()Ben Dooks2011-03-041-5/+6
| * | | | | ARM: S3C64XX: Tone down SDHCI debuggingMark Brown2011-03-041-1/+1
| * | | | | ARM: S3C64XX: Add clock for i2c1Ben Dooks2011-03-041-0/+6
| * | | | | ARM: S3C64XX: Staticise non-exported GPIO to interrupt functionsMark Brown2011-03-041-2/+2
| * | | | | ARM: SAMSUNG: Include devs.h in dev-uart.c to prototype devicesMark Brown2011-03-041-0/+2
| * | | | | ARM: S3C64XX: Fix keypad setup to configure correct number of rowsBen Dooks2011-03-041-1/+1
| * | | | | ARM: S3C2440: Fix usage gpio bank j pin definitions on GTA02Lars-Peter Clausen2011-03-041-13/+13
| * | | | | ARM: S5P64X0: Fix number of GPIO lines in Bank FBanajit Goswami2011-03-041-2/+2
| * | | | | ARM: S3C2440: Select missing S3C_DEV_USB_HOST on GTA02Lars-Peter Clausen2011-03-041-0/+1
* | | | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-0713-22/+59
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'davinci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Russell King2011-03-014-10/+19
| |\ \ \ \ \ \
| | * | | | | | davinci: cpufreq: fix section mismatch warningAxel Lin2011-02-281-1/+1
| | * | | | | | DaVinci: fix compilation warnings in <mach/clkdev.h>Sergei Shtylyov2011-02-281-0/+2
| | * | | | | | davinci: tnetv107x: fix register indexing for GPIOs numbers > 31Hirosh Dabui2011-02-281-9/+9
| | * | | | | | davinci: da8xx/omap-l1x: add platform device for davinci-pcm-audioRajashekhara, Sudhakar2011-02-281-0/+7
| * | | | | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2011-02-2758-775/+728
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: pxa/tosa: register wm9712 codec deviceDmitry Eremin-Solenikov2011-02-271-0/+6
| | * | | | | | | ARM: pxa: enable pxa-pcm-audio on pxa210/pxa25x platformDmitry Eremin-Solenikov2011-02-271-0/+1
OpenPOWER on IntegriCloud