| Commit message (Expand) | Author | Age | Files | Lines |
* | NLM: Rewrite IPv4 privileged requester's check | Chuck Lever | 2009-01-06 | 1 | -2/+5 |
* | NLM: nlm_privileged_requester() doesn't recognize mapped loopback address | Chuck Lever | 2009-01-06 | 1 | -2/+8 |
* | NSM: Move nsm_addr() to fs/lockd/mon.c | Chuck Lever | 2009-01-06 | 1 | -10/+0 |
* | NSM: Remove include/linux/lockd/sm_inter.h | Chuck Lever | 2009-01-06 | 3 | -16/+2 |
* | NLM: Remove "create" argument from nsm_find() | Chuck Lever | 2009-01-06 | 1 | -3/+3 |
* | NSM: Add nsm_lookup() function | Chuck Lever | 2009-01-06 | 1 | -0/+1 |
* | NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaque | Chuck Lever | 2009-01-06 | 1 | -4/+4 |
* | NLM: Change nlm_host_rebooted() to take a single nlm_reboot argument | Chuck Lever | 2009-01-06 | 1 | -2/+1 |
* | NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created | Chuck Lever | 2009-01-06 | 3 | -1/+7 |
* | NSM: Move nsm_find() to fs/lockd/mon.c | Chuck Lever | 2009-01-06 | 1 | -0/+6 |
* | NSM: Move NSM program and procedure numbers to fs/lockd/mon.c | Chuck Lever | 2009-01-06 | 1 | -9/+0 |
* | NSM: Move NSM-related XDR data structures to lockd's xdr.h | Chuck Lever | 2009-01-06 | 1 | -20/+0 |
* | NLM: Move the public declaration of nsm_unmonitor() to lockd.h | Chuck Lever | 2009-01-06 | 2 | -1/+1 |
* | NSM: Release nsmhandle in nlm_destroy_host | Chuck Lever | 2009-01-06 | 1 | -1/+0 |
* | NLM: Move the public declaration of nsm_monitor() to lockd.h | Chuck Lever | 2009-01-06 | 2 | -1/+4 |
* | NSM: Support IPv6 version of mon_name | Chuck Lever | 2009-01-06 | 1 | -0/+1 |
* | NSM: Use modern style for sm_name field in nsm_handle | Chuck Lever | 2009-01-06 | 1 | -1/+1 |
* | NLM: Support IPv6 scope IDs in nlm_display_address() | Chuck Lever | 2009-01-06 | 1 | -1/+9 |
* | NLM: Remove address eye-catcher buffers from nlm_host | Chuck Lever | 2009-01-06 | 1 | -3/+1 |
* | NLM: Use modern style for pointer fields in nlm_host | Chuck Lever | 2009-01-06 | 1 | -3/+3 |
* | sunrpc: add sv_maxconn field to svc_serv (try #3) | Jeff Layton | 2009-01-06 | 1 | -1/+4 |
* | nfsd: document new filehandle fsid types | J. Bruce Fields | 2009-01-06 | 1 | -0/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2009-01-05 | 1 | -2/+26 |
|\ |
|
| * | dm: support barriers on simple devices | Andi Kleen | 2009-01-06 | 1 | -0/+7 |
| * | dm request: extend target interface | Kiyoshi Ueda | 2009-01-06 | 1 | -0/+15 |
| * | dm: consolidate target deregistration error handling | Mikulas Patocka | 2009-01-06 | 1 | -2/+4 |
* | | Merge branch 'for-next' of git://git.o-hand.com/linux-mfd | Linus Torvalds | 2009-01-05 | 8 | -38/+256 |
|\ \ |
|
| * | | mfd: dm355evm msp430 driver | David Brownell | 2009-01-04 | 1 | -0/+79 |
| * | | mfd: Add WM8351 support | Mark Brown | 2009-01-04 | 1 | -0/+4 |
| * | | mfd: Support configurable numbers of DCDCs and ISINKs on WM8350 | Mark Brown | 2009-01-04 | 1 | -0/+4 |
| * | | mfd: Add WM8352 support | Mark Brown | 2009-01-04 | 1 | -0/+4 |
| * | | mfd: Dialog DA9030 battery charger MFD driver | Mike Rapoport | 2009-01-04 | 1 | -2/+42 |
| * | | mfd: twl4030 regulator bug fixes | David Brownell | 2009-01-04 | 1 | -1/+0 |
| * | | mfd: twl4030: create some regulator devices | David Brownell | 2009-01-04 | 1 | -0/+47 |
| * | | mfd: twl4030: cleanup symbols and OMAP dependency | David Brownell | 2009-01-04 | 1 | -31/+0 |
| * | | power_supply: Add battery health reporting for WM8350 | Mark Brown | 2009-01-04 | 1 | -0/+7 |
| * | | power_supply: Add cold to the POWER_SUPPLY_HEALTH report values | Mark Brown | 2009-01-04 | 1 | -0/+1 |
| * | | mfd: Refactor WM8350 chip identification | Mark Brown | 2009-01-04 | 1 | -0/+6 |
| * | | mfd: Switch WM8350 revision detection to a feature based model | Mark Brown | 2009-01-04 | 2 | -2/+2 |
| * | | power_supply: Add support for WM8350 PMU | Mark Brown | 2009-01-04 | 2 | -1/+48 |
| * | | mfd: allow reading entire register banks on twl4030 | David Brownell | 2009-01-04 | 1 | -2/+2 |
| * | | mfd: Add AUXADC support for WM8350 | Mark Brown | 2009-01-04 | 2 | -0/+10 |
| * | | mfd: Add WM8350 revision H support | Mark Brown | 2009-01-04 | 1 | -0/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2009-01-05 | 2 | -0/+25 |
|\ \ \ |
|
| * | | | stop_machine: introduce stop_machine_create/destroy. | Heiko Carstens | 2009-01-05 | 1 | -0/+22 |
| * | | | module: fix module loading failure of large kernel modules for parisc | Helge Deller | 2009-01-05 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-05 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | intel-iommu: fix build error with INTR_REMAP=y and DMAR=n | Ingo Molnar | 2009-01-04 | 1 | -0/+8 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-05 | 2 | -9/+9 |
|\ \ \ |
|
| * | | | HID: avoid sparse warning in HID_COMPAT_LOAD_DRIVER | Hannes Eder | 2009-01-04 | 1 | -0/+2 |