Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2011-02-11 | 1 | -4/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | dlm: use single thread workqueues | David Teigland | 2011-02-11 | 1 | -4/+2 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2011-02-11 | 3 | -10/+34 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | cifs: don't always drop malformed replies on the floor (try #3) | Jeff Layton | 2011-02-11 | 3 | -7/+28 | |
| | * | | | | | | | | cifs: clean up checks in cifs_echo_request | Jeff Layton | 2011-02-10 | 1 | -3/+4 | |
| | * | | | | | | | | [CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiate | Steve French | 2011-02-08 | 2 | -1/+3 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2011-02-11 | 2 | -13/+48 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | hwmon: (emc1403) Fix I2C address range | Guenter Roeck | 2011-02-09 | 1 | -1/+1 | |
| | * | | | | | | | | hwmon: (lm63) Consider LM64 temperature offset | Dirk Eibach | 2011-02-09 | 1 | -12/+47 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-02-11 | 7 | -11/+29 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | pci: use security_capable() when checking capablities during config space read | Chris Wright | 2011-02-11 | 1 | -1/+2 | |
| | * | | | | | | | | security: add cred argument to security_capable() | Chris Wright | 2011-02-11 | 3 | -7/+6 | |
| | * | | | | | | | | Merge branch 'for-james' of git://tpmdd.git.sourceforge.net/gitroot/tpmdd/tpm... | James Morris | 2011-02-11 | 3 | -3/+21 | |
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | tpm_tis: Use timeouts returned from TPM | Stefan Berger | 2011-02-11 | 3 | -3/+21 | |
| * | | | | | | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-02-11 | 8 | -46/+17 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.h | Mark Brown | 2011-02-11 | 1 | -0/+2 | |
| | * | | | | | | | | | ARM: S5PV310: Cleanup System MMU | Kukjin Kim | 2011-02-11 | 6 | -46/+14 | |
| | * | | | | | | | | | ARM: S5PV310: Add support System MMU on SMDKV310 | Thomas Abraham | 2011-02-11 | 1 | -0/+1 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2011-02-11 | 5 | -27/+25 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | microblaze: Fix msr instruction detection | Michal Simek | 2011-02-07 | 2 | -10/+9 | |
| | * | | | | | | | | | microblaze: Fix pte_update function | Michal Simek | 2011-02-07 | 1 | -14/+13 | |
| | * | | | | | | | | | microblaze: Fix asm compilation warning | Michal Simek | 2011-02-07 | 1 | -2/+2 | |
| | * | | | | | | | | | microblaze: Fix IRQ flag handling for MSR=0 | Michal Simek | 2011-02-07 | 1 | -1/+1 | |
| * | | | | | | | | | | drivers/w1/masters/omap_hdq.c: add missing clk_put | Julia Lawall | 2011-02-11 | 1 | -14/+14 | |
| * | | | | | | | | | | memcg: fix leak of accounting at failure path of hugepage collapsing | KAMEZAWA Hiroyuki | 2011-02-11 | 1 | -1/+1 | |
| * | | | | | | | | | | vmscan: fix zone shrinking exit when scan work is done | Johannes Weiner | 2011-02-11 | 1 | -2/+2 | |
| * | | | | | | | | | | mlock: do not munlock pages in __do_fault() | Michel Lespinasse | 2011-02-11 | 1 | -6/+0 | |
| * | | | | | | | | | | mlock: fix race when munlocking pages in do_wp_page() | Michel Lespinasse | 2011-02-11 | 1 | -14/+12 | |
| * | | | | | | | | | | memblock: don't adjust size in memblock_find_base() | Yinghai Lu | 2011-02-11 | 1 | -2/+0 | |
| * | | | | | | | | | | nbd: remove module-level ioctl mutex | Soren Hansen | 2011-02-11 | 1 | -3/+0 | |
| * | | | | | | | | | | drivers/rtc/rtc-proc.c: add module_put on error path in rtc_proc_open() | Alexander Strakh | 2011-02-11 | 1 | -1/+5 | |
| * | | | | | | | | | | drivers/gpio/pca953x.c: add a mutex to fix race condition | Roland Stigge | 2011-02-11 | 1 | -6/+22 | |
| * | | | | | | | | | | ptrace: use safer wake up on ptrace_detach() | Tejun Heo | 2011-02-11 | 1 | -1/+1 | |
| * | | | | | | | | | | vfs: call rcu_barrier after ->kill_sb() | Boaz Harrosh | 2011-02-11 | 1 | -0/+5 | |
| * | | | | | | | | | | Fix possible filp_cachep memory corruption | Linus Torvalds | 2011-02-11 | 2 | -10/+12 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driver | Corey Minyard | 2011-02-10 | 1 | -10/+2 | |
| * | | | | | | | | | cap_syslog: accept CAP_SYS_ADMIN for now | Linus Torvalds | 2011-02-10 | 1 | -19/+35 | |
| * | | | | | | | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2011-02-10 | 27 | -57/+178 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | USB: cdc-acm: Adding second ACM channel support for Nokia N8 | Arvid Ephraim Picciani | 2011-02-04 | 1 | -0/+1 | |
| | * | | | | | | | | | USB, Mass Storage, composite, gadget: Fix build failure and memset of a struct | Jesper Juhl | 2011-02-04 | 1 | -1/+2 | |
| | * | | | | | | | | | USB: Fix trout build failure with ci13xxx_msm gadget | Pavankumar Kondeti | 2011-02-04 | 4 | -4/+6 | |
| | * | | | | | | | | | USB: EHCI: fix scheduling while atomic during suspend | Yin Kangkai | 2011-02-03 | 3 | -2/+9 | |
| | * | | | | | | | | | Merge branch 'for-greg' of git://gitorious.org/usb/usb into usb-next | Greg Kroah-Hartman | 2011-02-03 | 9 | -45/+96 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | usb: ehci-omap: Show fatal probing time errors to end user | Jarkko Nikula | 2011-02-01 | 1 | -3/+3 | |
| | | * | | | | | | | | | usb: musb: introduce api for dma code to check compatibility with usb request | Mian Yousaf Kaukab | 2011-02-01 | 2 | -0/+17 | |
| | | * | | | | | | | | | usb: musb: maintain three states for buffer mappings instead of two | Mian Yousaf Kaukab | 2011-02-01 | 2 | -21/+32 | |
| | | * | | | | | | | | | usb: musb: disable double buffering when it's broken | Felipe Balbi | 2011-02-01 | 4 | -8/+28 | |
| | | * | | | | | | | | | usb: musb: hsdma: change back to use musb_read/writew | Bob Liu | 2011-02-01 | 1 | -5/+14 | |
| | | * | | | | | | | | | usb: musb: core: fix IRQ check | Sergei Shtylyov | 2011-02-01 | 1 | -1/+1 | |
| | | * | | | | | | | | | usb: musb: fix kernel panic during s2ram(v2) | Ming Lei | 2011-02-01 | 1 | -7/+1 |