All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-03-02 19:28:16 to 2012-03-02 20:44:34 UTC [more...]

[PATCH 0/2 v2] x86, reboot: cleanup NMI and REBOOT_IRQ
 2012-03-02 20:41 UTC  (3+ messages)
` [PATCH 1/2] x86, reboot: revert stop_other_cpus to using IRQ with NMI fallback

[PATCH 1/1] Drivers: scsi: storvsc: Don't pass ATA_16 command to the host
 2012-03-02 20:49 UTC 

[PATCH v8 0/6] nfsd: overhaul the client name tracking code
 2012-03-02 20:42 UTC  (7+ messages)
` [PATCH v8 1/6] nfsd: add nfsd4_client_tracking_ops struct and a way to set it
` [PATCH v8 2/6] sunrpc: create nfsd dir in rpc_pipefs
` [PATCH v8 3/6] nfsd: convert nfs4_client->cl_cb_flags to a generic flags field
` [PATCH v8 4/6] nfsd: add a header describing upcall to nfsdcld
` [PATCH v8 5/6] nfsd: add the infrastructure to handle the cld upcall
` [PATCH v8 6/6] nfsd: add notifier to handle mount/unmount of rpc_pipefs sb

[PATCH] x86/PCI: add spinlock held check to 'pcibios_fwaddrmap_lookup()'
 2012-03-02 20:41 UTC  (6+ messages)

[PATCH 1/5] staging: lirc_serial: Fix init/exit order
 2012-03-02 20:41 UTC  (8+ messages)
    ` [PATCH 3.0.y 0/4] Re: lirc_serial spuriously claims assigned port and irq to be in use
      ` [PATCH 1/4] [media] staging: lirc_serial: Fix init/exit order
      ` [PATCH 2/4] [media] staging: lirc_serial: Free resources on failure paths of lirc_serial_probe()
      ` [PATCH 3/4] [media] staging: lirc_serial: Fix deadlock on resume failure
      ` [PATCH 4/4] [media] staging: lirc_serial: Do not assume error codes returned by request_irq()

[PATCH 1/3] NFS: Extend the -overs= mount option to allow 4.x minorversions
 2012-03-02 20:40 UTC  (5+ messages)
` [PATCH 2/3] NFS: Ensure we display the minor version correctly in /proc/mounts etc
  ` [PATCH 3/3] NFS: Consolidate the parsing of the '-ov4.x' and '-overs=4.x' mount options

[PATCH] drm/i915: fix swizzling on gen6+
 2012-03-02 20:40 UTC  (2+ messages)

[PATCH v3 0/6] mmc: sdhci-s3c: Rework platform data and add device tree support
 2012-03-02 20:40 UTC  (10+ messages)

Kernel Oops when using af_alg for SHA1
 2012-03-02 20:36 UTC 

[GIT PULL] fbdev fixes#2 for 3.3
 2012-03-02 20:36 UTC 

[PATCH 0/5 v2] ARM: kirkwood: fdt: convert kirkwood init funcs to fdt
 2012-03-02 20:35 UTC  (10+ messages)
` [PATCH 5/5 v2] ARM: kirkwood: convert orion-wdt "
      ` [PULL REQUEST v2] ARM: kirkwood: fdt: convert kirkwood init funcs "

[PATCH] memcg: fix mapcount check in move charge code for anonymous page
 2012-03-02 20:35 UTC  (2+ messages)

Stressing CPU hotplug
 2012-03-02 20:35 UTC 

[PATCH] mmc sdhci i.MX5: make mmc cards work
 2012-03-02 20:34 UTC  (5+ messages)

[PATCH 00/12] mfd: twl: Fix for irqdomain/next + SPARSE_IRQ + MMC card detect
 2012-03-02 20:33 UTC  (8+ messages)
` [PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup
` [PATCH 07/12] mfd: twl-*: Replace pr_ macros by the dev_ equivalent and do various cleanups

[PATCH - aplay 1/1] aplay - option to dump HW parameters
 2012-03-02 20:32 UTC 

Chase Maupin : linux-ti33x-psp: add am335x-evm support
 2012-03-02 20:31 UTC  (5+ messages)

patch in bugzilla
 2012-03-02 20:28 UTC  (7+ messages)

[lm-sensors] Interpreting lm-sensors's output
 2012-03-02 20:27 UTC  (2+ messages)

[PATCHv2 00/21] cw1200: ST-Ericsson cw1200 wlan device driver
 2012-03-02 20:26 UTC  (22+ messages)
  ` [PATCHv2 01/21] cw1200: cw1200.h, private driver data
  ` [PATCHv2 02/21] cw1200: cw1200_plat.h, definition of the driver'ss platform data
  ` [PATCHv2 03/21] cw1200: sbus.h, common device interface abstraction
  ` [PATCHv2 04/21] cw1200: cw1200_sdio.c, implementation of SDIO wrapper for the driver
  ` [PATCHv2 05/21] cw1200: hwio.*, device reg/mem map and low-level i/o primitives
  ` [PATCHv2 06/21] cw1200: fwio.*, firmware downloading code for the cw1200 driver
  ` [PATCHv2 07/21] cw1200: queue.*, implementation of TX queues of "
  ` [PATCHv2 08/21] cw1200: wsm.*, implementation of device high-level interface
  ` [PATCHv2 09/21] cw1200: txrx.*, implementation of datapath
  ` [PATCHv2 10/21] cw1200: ht.h, small helper header with HT definitions
  ` [PATCHv2 11/21] cw1200: bh.*, device serving thread
  ` [PATCHv2 12/21] cw1200: sta.*, mac80211 STA callbacks
  ` [PATCHv2 13/21] cw1200: ap.*, mac80211 AP callbacks
  ` [PATCHv2 14/21] cw1200: scan.*, mac80211 hw_scan callback
  ` [PATCHv2 15/21] cw1200: debug.*, implementation of the driver's debugfs
  ` [PATCHv2 16/21] cw1200: itp.*, internal device test and calibration code
  ` [PATCHv2 17/21] cw1200: pm.*, power management code
  ` [PATCHv2 18/21] cw1200: main.c, core initialization code
  ` [PATCHv2 19/21] cw1200: TODO list
  ` [PATCHv2 20/21] cw1200: Credits
  ` [PATCHv2 21/21] cw1200: Kconfig + Makefile for the driver

From the Google UK Office, the 13th Anniversary Giveaways ©2012
 2012-03-02 19:34 UTC 

SE Android on Galaxy Nexus
 2012-03-02 20:26 UTC  (6+ messages)

[Qemu-devel] usb patches [v2]
 2012-03-02 20:27 UTC  (14+ messages)
` [Qemu-devel] [PATCH 01/13] usb-redir: Set ep type and interface
` [Qemu-devel] [PATCH 02/13] usb-ehci: Never follow table entries with the T-bit set
` [Qemu-devel] [PATCH 03/13] usb-ehci: split our qh queue into async and periodic queues
` [Qemu-devel] [PATCH 04/13] usb-ehci: always call ehci_queues_rip_unused for period queues
` [Qemu-devel] [PATCH 05/13] usb-ehci: Drop cached qhs when the doorbell gets rung
` [Qemu-devel] [PATCH 06/13] usb-ehci: Rip the queues when the async or period schedule is halted
` [Qemu-devel] [PATCH 07/13] usb-ehci: Any packet completion except for NAK should set the interrupt
` [Qemu-devel] [PATCH 08/13] usb-ehci: Fix cerr tracking
` [Qemu-devel] [PATCH 09/13] usb-ehci: Remove dead nakcnt code
` [Qemu-devel] [PATCH 10/13] usb-ehci: Fix and simplify nakcnt handling
` [Qemu-devel] [PATCH 11/13] usb-ehci: Cleanup itd error handling
` [Qemu-devel] [PATCH 12/13] usb: return BABBLE rather then NAK when we receive too much data
` [Qemu-devel] [PATCH 13/13] usb: add USB_RET_IOERROR

[PATCH] tcp: fix tcp_retransmit_skb() to maintain MSS invariant
 2012-03-02 20:25 UTC  (2+ messages)

[PATCH 0/6] AT91 more DT bindings
 2012-03-02 20:24 UTC  (16+ messages)
  ` [PATCH 1/6] ARM: at91/dt: add specific DT soc init
  ` [PATCH 2/6] ARM: at91: add pmc DT support
` [PATCH 3/6] ARM: at91: always enable sam9 restart
` [PATCH 4/6] ARM: at91: add RSTC (Reset Controller) dt support
` [PATCH 5/6] ARM: at91: add ram controller DT support
` [PATCH 6/6] ARM: at91: add Shutdown Controller (SHDWC) "

iseries config in linux-next coverage
 2012-03-02 20:22 UTC 

[PATCH] Fix output of configure.ac
 2012-03-02 20:22 UTC  (2+ messages)

Write same support v3
 2012-03-02 20:21 UTC  (3+ messages)
` [PATCH 1/7] block: Clean up merge logic

[GIT PULL] sound fixes for 3.3-rc6
 2012-03-02 20:20 UTC 

LVM2/tools lvcreate.c
 2012-03-02 20:18 UTC 

regression ioatdma 3.3
 2012-03-02 20:16 UTC  (13+ messages)
        ` ioatdma: Boot process hangs then reboots when using Xen + Linux 3.2
            ` [Pkg-xen-devel] "

[xfstests patch] 113: add testing for O_DIRECT + O_SYNC
 2012-03-02 20:15 UTC  (3+ messages)

[PATCH 1/1] HID: hid-input: allow array fields out of range
 2012-03-02 20:13 UTC 

[PATCH v3 1/2] thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE
 2012-03-02 20:13 UTC  (4+ messages)
` [PATCH v3 2/2] memcg: avoid THP split in task migration

[PATCH v2 2/2] memcg: avoid THP split in task migration
 2012-03-02 20:09 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] gplugd: use CONFIG_MACH_TYPE instead of MACH_TYPE_SHEEVAD
 2012-03-02 20:08 UTC  (8+ messages)
` [U-Boot] [PATCH 3/3] ARM: Update mach-types

[PATCH V3 0/7] pinctrl: API rework, pinconfig in mapping table, 
 2012-03-02 20:05 UTC  (8+ messages)
` [PATCH V3 1/7] pinctrl: Fix and simplify locking
` [PATCH V3 2/7] pinctrl: Refactor struct pinctrl handling in core.c vs pinmux.c
` [PATCH V3 3/7] pinctrl: Add usecount to pins for muxing
` [PATCH V3 4/7] pinctrl: API changes to support multiple states per device
` [PATCH V3 5/7] pinctrl: Enhance mapping table to support pin config operations
` [PATCH V3 6/7] pinctrl: Show selected function and group in pinmux-pins debugfs
` [PATCH V3 7/7] pinctrl: fix case of Tegra30's foo_groups[] arrays

[PATCH] wpa-supplicant: fix breakage during rebuild
 2012-03-02 19:58 UTC 

[RFC PATCH 0/3] RAS: Use MCE tracepoint for decoded MCEs
 2012-03-02 20:05 UTC  (13+ messages)
` [PATCH 1/3] mce: Add a msg string to the MCE tracepoint

[lm-sensors] [PATCH v2 3/4] hwmon: (f75375s) Properly map the F75387 automatic modes to pwm_enable
 2012-03-02 20:02 UTC  (3+ messages)
` [lm-sensors] [PATCH v2 3/4] hwmon: (f75375s) Properly map the F75387 automatic modes to pwm_enab

[RFC PATCH 0/3] net: bridge: propagate FDB table into hardware
 2012-03-02 20:00 UTC  (4+ messages)
` [RFC PATCH 2/3] net: expose ebridge FDB with priv flag IFF_OFFLOADED_FDB

subvolume nomenclature
 2012-03-02 19:59 UTC  (4+ messages)

kernel 3.3.0-rc5 bug
 2012-03-02 19:58 UTC 

[PATCH 0/9] [RFC] pageout work and dirty reclaim throttling
 2012-03-02 19:57 UTC  (10+ messages)
` [PATCH 5/9] writeback: introduce the pageout work

[PATCH 0/7, v2] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
 2012-03-02 19:56 UTC  (16+ messages)
` [PATCH 1/7] vfs: Handle O_SYNC AIO DIO in generic code properly
` [PATCH 2/7] ocfs2: Use generic handlers of O_SYNC AIO DIO
` [PATCH 3/7] gfs2: "
` [PATCH 4/7] btrfs: "
` [PATCH 5/7] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests
` [PATCH 6/7] ext4: "
` [PATCH 7/7] filemap: don't call generic_write_sync for -EIOCBQUEUED

[PATCH 0/4] rbd: client list locking improvements
 2012-03-02 19:56 UTC  (2+ messages)

[PATCH] xfstests 280: test freeze deadlock w/ quotas
 2012-03-02 19:55 UTC  (2+ messages)

[PATCH 0/4] support to migrate with IPv6 address
 2012-03-02 19:54 UTC  (8+ messages)
` [PATCH 3/4] net: split hostname and service by last colon
  ` [Qemu-devel] "

[PATCH] RFC: export options for junctions
 2012-03-02 19:54 UTC 

[PATCH 0/5] rbd: improve how rbd ids are selected
 2012-03-02 19:54 UTC  (2+ messages)

[PATCH] cpuset: mm: Remove memory barrier damage from the page allocator
 2012-03-02 19:53 UTC  (5+ messages)

getdents - ext4 vs btrfs performance
 2012-03-02 19:50 UTC  (9+ messages)

Xen scripts rewrite
 2012-03-02 19:47 UTC  (3+ messages)

[RFC/PATCH] build: avoid possible confusion between GNU/XPG4 make on Solaris
 2012-03-02 19:46 UTC  (4+ messages)

[PATCH (BUGFIX)] gitweb: Handle invalid regexp in regexp search
 2012-03-02 19:44 UTC  (2+ messages)

[PATCH 1/1] mount.nfs: strip of extra slashes in device name
 2012-03-02 19:46 UTC  (4+ messages)

gitweb: (potential) problems with new installation
 2012-03-02 19:35 UTC  (2+ messages)

[PATCH 0/4] rbd: miscellaneous cleanups
 2012-03-02 19:46 UTC  (4+ messages)
` [PATCH 1/4] rbd: a few small cleanups

kernel-rt 3.0.9 panics/bugs
 2012-03-02 19:45 UTC 

[PATCH 0/2 x86] fix some page faults in nmi if kmemcheck is enabled
 2012-03-02 19:44 UTC  (8+ messages)

[PATCH] ACPI, APEI, EINJ, limit the range of einj_param
 2012-03-02 19:42 UTC  (7+ messages)

[PATCH 0/8] log all inode updates V3
 2012-03-02 19:40 UTC  (3+ messages)
` [PATCH 7/8] xfs: split in-core and on-disk inode log item fields

[Cluster-devel] Rebélate by self-management, first project of free software by which we bet all / Rebélate por la autogestión, primer proyecto de software libre por el que apostamos todas
 2012-03-02 19:37 UTC  (2+ messages)
` [Cluster-devel] [ Spam ] "

(no subject)
 2012-03-02 19:26 UTC 

(unknown),
 2012-03-02 19:26 UTC 

[PATCH 0/6] ceph: virtual extended attribute cleanup
 2012-03-02 19:35 UTC  (3+ messages)
` [PATCH 6/6] ceph: make ceph_setxattr() and ceph_removexattr() more alike

[PATCH] [NET]: da.s_net not copied but assigned to itself in aarp_rcv()
 2012-03-02 19:34 UTC  (4+ messages)

HDA intel, wired headset w/mic, jack mic detect
 2012-03-02 19:32 UTC  (11+ messages)

Sampling instruction pointer on PPC
 2012-03-02 19:21 UTC  (2+ messages)

[PATCH] perf: add PERF_RECORD_EXEC type, to distinguish from PERF_RECORD_COMM (DO NOT APPLY)
 2012-03-02 19:30 UTC 

[PATCH v6 0/5] MIPS: Octeon: Use Device Tree
 2012-03-02 19:29 UTC  (6+ messages)
` [PATCH v6 4/5] MIPS: Octeon: Setup irq_domains for interrupts

[Qemu-devel] [PATCH v3 0/4] uq/master: Introduce KVM PIT support
 2012-03-02 19:28 UTC  (10+ messages)
`  "
` [Qemu-devel] [PATCH v3 1/4] i8254: Factor out base class for KVM reuse
  `  "
` [Qemu-devel] [PATCH v3 2/4] i8254: Open-code timer restore
  `  "
` [PATCH v3 3/4] kvm: Add kvm_has_pit_state2 helper
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3 4/4] kvm: x86: Add user space part for in-kernel i8254
  `  "

[Lustre-devel] Does LUSTRE supports setfsuid/setfsgid ?
 2012-03-02 19:28 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH] GFS2: Eliminate sd_rindex_mutex
 2012-03-02 19:28 UTC 

[PATCH] Check for beginning '/' in the mount path
 2012-03-02 19:27 UTC  (8+ messages)
        ` [PATCH] Get normalized paths for comparing NFS export paths


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.