| Commit message (Expand) | Author | Age | Files | Lines |
* | [patch 3/4] vfs: remove unused nameidata argument of may_create() | Miklos Szeredi | 2008-08-01 | 1 | -8/+7 |
* | [PATCH] devpts: switch to IDA | Alexey Dobriyan | 2008-08-01 | 1 | -8/+8 |
* | [PATCH 2/2] proc: switch inode number allocation to IDA | Alexey Dobriyan | 2008-08-01 | 1 | -5/+5 |
* | [PATCH 1/2] proc: fix inode number bogorithmetic | Alexey Dobriyan | 2008-08-01 | 1 | -12/+9 |
* | [PATCH] fix bdev leak in block_dev.c do_open() | Al Viro | 2008-08-01 | 1 | -1/+3 |
* | [PATCH] fix races and leaks in vfs_quota_on() users | Al Viro | 2008-08-01 | 5 | -22/+35 |
* | [PATCH] clean dup2() up a bit | Al Viro | 2008-08-01 | 1 | -26/+27 |
* | [PATCH] merge locate_fd() and get_unused_fd() | Al Viro | 2008-08-01 | 4 | -130/+77 |
* | [PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTL | Al Viro | 2008-08-01 | 1 | -0/+2 |
* | Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: Tree | Stephen Smalley | 2008-08-01 | 1 | -1/+1 |
* | Fix off-by-one error in iov_iter_advance() | Linus Torvalds | 2008-07-30 | 1 | -1/+1 |
* | romfs_readpage: don't report errors for pages beyond i_size | Linus Torvalds | 2008-07-30 | 1 | -14/+23 |
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2008-07-30 | 54 | -290/+907 |
|\ |
|
| * | powerpc/mm: Lockless get_user_pages_fast() for 64-bit (v3) | Nick Piggin | 2008-07-30 | 5 | -1/+310 |
| * | powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regs | Michael Neuling | 2008-07-30 | 1 | -2/+2 |
| * | powerpc: Fix ptrace buffer size for VSX | Michael Neuling | 2008-07-30 | 1 | -4/+2 |
| * | powerpc: Correctly hookup PTRACE_GET/SETVSRREGS for 32 bit processes | Michael Neuling | 2008-07-30 | 1 | -0/+2 |
| * | ide/powermac: Fix use of uninitialized pointer on media-bay | Benjamin Herrenschmidt | 2008-07-30 | 1 | -4/+9 |
| * | powerpc: Allow non-hcall return values for lparcfg writes | Nathan Fontenot | 2008-07-30 | 1 | -4/+0 |
| * | ipmi/powerpc: Use linux/of_{device,platform}.h instead of asm | Stephen Rothwell | 2008-07-30 | 1 | -2/+2 |
| * | Merge commit 'kumar/kumar-next' | Benjamin Herrenschmidt | 2008-07-30 | 44 | -273/+580 |
| |\ |
|
| | * | powerpc/fsl: proliferate simple-bus compatibility to soc nodes | Kim Phillips | 2008-07-29 | 31 | -10/+36 |
| | * | Documentation: remove old sbc8260 board specific information | Paul Gortmaker | 2008-07-28 | 2 | -199/+0 |
| | * | cpm2: Rework baud rate generators configuration to support external clocks. | Laurent Pinchart | 2008-07-28 | 2 | -43/+37 |
| | * | powerpc: rtc_cmos_setup: assign interrupts only if there is i8259 PIC | Anton Vorontsov | 2008-07-28 | 1 | -6/+17 |
| | * | cpm_uart: Add generic clock API support to set baudrates | Laurent Pinchart | 2008-07-28 | 3 | -7/+21 |
| | * | cpm_uart: Modem control lines support | Laurent Pinchart | 2008-07-28 | 3 | -3/+58 |
| | * | powerpc: implement GPIO LIB API on CPM1 Freescale SoC. | Jochen Friedrich | 2008-07-28 | 2 | -5/+272 |
| | * | cpm2: Implement GPIO LIB API on CPM2 Freescale SoC. | Laurent Pinchart | 2008-07-28 | 4 | -0/+139 |
| | * | powerpc: Fix 8xx build failure | Kumar Gala | 2008-07-26 | 1 | -0/+3 |
| | * | powerpc: clean up the Book-E HW watchpoint support | Kumar Gala | 2008-07-25 | 4 | -11/+12 |
* | | | cpumask: statement expressions confuse some versions of gcc | Stephen Rothwell | 2008-07-30 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-30 | 57 | -486/+713 |
|\ \ \ |
|
| * | | | net: Make "networking" one-click deselectable. | Robert P. J. Day | 2008-07-30 | 1 | -6/+1 |
| * | | | ipv6: Fix useless proc net sockstat6 removal | Daniel Lezcano | 2008-07-30 | 1 | -1/+0 |
| * | | | tcp: MD5: Use MIB counter instead of warning for MD5 mismatch. | David S. Miller | 2008-07-30 | 4 | -27/+14 |
| * | | | pkt_sched: Fix OOPS on ingress qdisc add. | David S. Miller | 2008-07-30 | 3 | -46/+23 |
| * | | | niu: Fix error checking in niu_ethflow_to_class. | Andreas Schwab | 2008-07-29 | 1 | -1/+1 |
| * | | | IPv6: datagram_send_ctl() should exit immediately when an error occured | Miao Xie | 2008-07-29 | 1 | -1/+1 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-07-29 | 46 | -404/+673 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | mac80211: fix mesh beaconing | Luis Carlos Cobo | 2008-07-29 | 1 | -0/+1 |
| | * | | PS3: gelic: use unsigned long for irqflags | Vegard Nossum | 2008-07-29 | 1 | -6/+6 |
| | * | | mac80211: fix cfg80211 hooks for master interface | Johannes Berg | 2008-07-29 | 1 | -15/+88 |
| | * | | nl80211: fix dump callbacks | Johannes Berg | 2008-07-29 | 1 | -122/+153 |
| | * | | mac80211: partially fix skb->cb use | Johannes Berg | 2008-07-29 | 13 | -52/+40 |
| | * | | rtl8187: Improve wireless statistics for RTL8187B | Larry Finger | 2008-07-29 | 2 | -34/+54 |
| | * | | rtl8187: Fix for TX sequence number problem | Larry Finger | 2008-07-29 | 2 | -0/+16 |
| | * | | mac80211: append CONFIG_ to MAC80211_VERBOSE_PS_DEBUG in net/mac80211/tx.c. | Rami Rosen | 2008-07-29 | 1 | -3/+3 |
| | * | | mac80211: fix sparse integer as NULL pointer warning | Harvey Harrison | 2008-07-29 | 1 | -1/+1 |
| | * | | drivers/net/wireless/iwlwifi/iwl-led.c: printk fix | Andrew Morton | 2008-07-29 | 1 | -1/+3 |