summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [Blackfin] arch: fix bug - grab locks when not atomicRobin Getz2008-03-261-4/+4
* [Blackfin] arch: fix bug - when we crash, current is not validRobin Getz2008-03-261-14/+23
* [Blackfin] arch: add i2c board info struct and move to new-style i2c interfaceBryan Wu2008-03-263-0/+99
* [Blackfin] arch: fix up gpio code style -- no functional changesMike Frysinger2008-03-261-47/+39
* [Blackfin] arch: dump the stack before printing out an error otherwise the st...Mike Frysinger2008-03-261-7/+7
* [Blackfin] arch: conditionally enable flash resources since it requests the a...Mike Frysinger2008-03-264-0/+20
* [Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: ...Yi Li2008-03-261-7/+45
* [Blackfin] arch: remove NOTES from linker scriptBernd Schmidt2008-03-251-2/+0
* [Blackfin] arch: add twi resources to CM_BF537 board as reported by Servaes J...Mike Frysinger2008-03-251-0/+26
* [Blackfin] arch: declare CHECKFLAGS to make sparse output more readableMike Frysinger2008-03-061-0/+5
* [Blackfin] arch: add missing __user marking to ss_sp member of signalstack an...Mike Frysinger2008-03-066-17/+20
* [Blackfin] arch: turn generic time on by defaultMike Frysinger2008-02-2912-12/+12
* [Blackfin] arch: add board bluetechnix kernel defconfigs to kernelMike Frysinger2008-02-294-0/+3778
* [Blackfin] arch: initial generic time and clock sourcesVitja Makarov2008-02-294-20/+253
* slab_err: Pass parameters correctly to slab_bugChristoph Lameter2008-04-231-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-2312-138/+573
|\
| * [patch 7/7] vfs: mountinfo: show dominating group idMiklos Szeredi2008-04-234-2/+65
| * [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai2008-04-234-23/+144
| * [patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi2008-04-233-63/+70
| * [patch 4/7] vfs: mountinfo: add mount peer group IDMiklos Szeredi2008-04-233-4/+95
| * [patch 3/7] vfs: mountinfo: add mount IDMiklos Szeredi2008-04-232-0/+35
| * [patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi2008-04-234-8/+49
| * [patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai2008-04-234-40/+118
| * [PATCH] remove unused label in xattr.c (noise from ro-bind)Al Viro2008-04-231-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-2321-54/+49
|\ \
| * | iwlwifi: Fix built-in compilation of iwlcoreTomas Winkler2008-04-231-1/+1
| * | net: Unexport move_addr_to_{kernel,user}Adrian Bunk2008-04-231-3/+0
| * | rt2x00: Select LEDS_CLASS.David S. Miller2008-04-231-5/+10
| * | iwlwifi: Select LEDS_CLASS.David S. Miller2008-04-231-2/+6
| * | leds: Do not guard NEW_LEDS with HAS_IOMEMDavid S. Miller2008-04-231-1/+0
| * | [IPSEC]: Fix catch-22 with algorithm IDs above 31Herbert Xu2008-04-224-2/+7
| * | time: Export set_normalized_timespec.YOSHIFUJI Hideaki2008-04-221-0/+1
| * | tcp: Make use of before macro in tcp_input.cArnd Hannemann2008-04-211-1/+1
| * | hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.cMark Asselstine2008-04-211-3/+0
| * | [NETNS]: Remove empty ->init callback.Pavel Emelyanov2008-04-211-7/+0
| * | [DCCP]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2008-04-211-11/+6
| * | [NETNS]: Don't initialize err variable twice.Pavel Emelyanov2008-04-211-2/+1
| * | [NETNS]: The ip6_fib_timer can work with garbage on net namespace stop.Pavel Emelyanov2008-04-211-1/+1
| * | [IPV4]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2008-04-212-10/+10
| * | [IPV4]: Make icmp_sk_init() static.Adrian Bunk2008-04-211-1/+1
| * | [IPV6]: Make struct ip6_prohibit_entry_template static.Adrian Bunk2008-04-211-1/+1
| * | tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.cSatoru SATOH2008-04-211-1/+1
| * | [NET]: Expose netdevice dev_id through sysfsDavid Woodhouse2008-04-211-0/+2
| * | skbuff: fix missing kernel-doc notationRandy Dunlap2008-04-211-0/+1
| * | [ROSE]: Fix soft lockup wrt. rose_node_list_lockBernard Pidoux2008-04-211-2/+0
* | | pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ...Len Brown2008-04-231-4/+6
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-2318-120/+118
|\ \
| * | [PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Al Viro2008-04-231-21/+6
| * | [PATCH] proc_readfd_common() race fixAl Viro2008-04-231-3/+1
| * | [PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()Al Viro2008-04-231-0/+3