messages from 2011-08-24 13:54:45 to 2011-08-24 21:33:59 UTC [more...]
2.6.39.4: Oops in rcu_read_unlock_special()/_raw_spin_lock()
2011-08-24 21:27 UTC (2+ messages)
Expanding checkpatch for non-linux (specifically U-Boot) use
2011-08-24 21:33 UTC (6+ messages)
` [RFC PATCH] checkpatch.pl: Add ability to ignore various messages
` [U-Boot] "
[PATCH v3 0/2] sched: Enforce order of leaf CFS runqueues
2011-08-24 21:32 UTC (5+ messages)
` [PATCH v3 2/2] sched: Handle on_list ancestor in list_add_leaf_cfs_rq()
[PATCH 0/4] zram: minor features and cleanups
2011-08-24 21:30 UTC (3+ messages)
` [PATCH 1/4] Kernel config option for number of devices
[PATCH] i2c/tegra: I2C driver uses the suspend_noirq/resume_noirq
2011-08-24 21:28 UTC (11+ messages)
patch "TTY: remove tty_locked" added to tty tree
2011-08-24 21:27 UTC (7+ messages)
RFC: Add USBDEVFS_TRY_DISCONNECT ioctl
2011-08-24 21:23 UTC (5+ messages)
CONGRATULATIONS
2011-08-24 21:07 UTC
[PATCH] KVM: Add wrapper script around Qemu to test kernels
2011-08-24 21:17 UTC (10+ messages)
` [Qemu-devel] "
linux-next: build failure after merge of the final tree (staging tree related)
2011-08-24 21:16 UTC (2+ messages)
linux-next: Tree for Aug 24
2011-08-24 21:09 UTC (5+ messages)
` linux-next: Tree for Aug 24 (dynamic_debug)
[PATCH 01/75] net: add APIs for manipulating skb page fragments
2011-08-24 21:15 UTC (7+ messages)
` [PATCH 68/75] hv: netvsc: convert to SKB paged frag API
[uml-devel] SYSCALL, ptrace and syscall restart breakages (Re: [RFC] weird crap with vdso on uml/i386)
2011-08-24 21:10 UTC (12+ messages)
[PATCH 0/4] Support for the TS-5500 board
2011-08-24 21:03 UTC (6+ messages)
` [PATCH 1/4] x86: base support for the TS-5500 platform
` [PATCH 2/4] x86: (TS-5500) add GPIO support
` [PATCH 3/4] x86: (TS-5500) add LED support
` [PATCH 4/4] x86: (TS-5500) add ADC support
[PATCH V7 0/4] mm: frontswap: overview (and proposal to merge at next window)
2011-08-24 21:01 UTC (3+ messages)
[REGRESSION][BISECTED] Notebook crashes upon detecting the PCI subsystem with kernels >= 2.6.24-rc7
2011-08-24 20:51 UTC (5+ messages)
` [Bug 41622] "
[PATCH 0/2] sh-sci / PM: Fix problem with runtime PM callbacks run with interrupts off
2011-08-24 20:52 UTC (4+ messages)
` [PATCH 2/2 v2] sh-sci / PM: Use power.irq_safe
[ia64] Question on __ARCH_WANT_UNLOCKED_CTXSW
2011-08-24 20:46 UTC (3+ messages)
[PATCH] PM / Runtime: Correct documentation of pm_runtime_irq_safe()
2011-08-24 20:46 UTC
[PATCH] [SCSI] megaraid_sas: Fix mismatch in megasas_reset_fusion mutex lock-unlock
2011-08-24 20:39 UTC
3.0.1: irq/48-eth1-rx-: page allocation failure: order:1, mode:0x20
2011-08-24 20:34 UTC (3+ messages)
[PATCH 00/12] x86: Ticket lock cleanup
2011-08-24 20:31 UTC (12+ messages)
` [PATCH 13/15] x86: add cmpxchg_flag() variant
Delete x86-64 __IGNORE_getcpu?
2011-08-24 20:28 UTC (3+ messages)
` [PATCH] x86-64: Remove __IGNORE_getcpu
` [tip:x86/cleanups] x86-64, unistd: Remove bogus __IGNORE_getcpu
[PATCH 0000/0117] Staging: hv: Driver cleanup
2011-08-24 20:17 UTC (24+ messages)
` [PATCH 001/117] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
` [PATCH 003/117] Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h
` [PATCH 019/117] Staging: hv: vmbus: Cleanup vmbus_uevent() code
` [PATCH 081/117] Staging: hv: vmbus: Introduce a lock to protect the ext field in hv_device
` [PATCH 086/117] Staging: hv: storvsc: Leverage the spinlock to manage ref_cnt
[PATCH 01/11] KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write
2011-08-24 20:05 UTC (9+ messages)
` [PATCH 11/11] KVM: MMU: improve write flooding detected
[PATCH] staging: tidspbridge: fix compilation on dsp clock functions
2011-08-24 20:07 UTC
[PATCH 00/18] x86: Ticket lock + cmpxchg cleanup
2011-08-24 20:02 UTC (24+ messages)
` [PATCH 01/18] x86/ticketlock: clean up types and accessors
` [PATCH 02/18] x86/ticketlock: convert spin loop to C
` [PATCH 03/18] x86/ticketlock: Use C for __ticket_spin_unlock
` [PATCH 04/18] x86/ticketlock: make large and small ticket versions of spin_lock the same
` [PATCH 05/18] x86/ticketlock: make __ticket_spin_lock common
` [PATCH 06/18] x86/ticketlock: make __ticket_spin_trylock common
` [PATCH 07/18] x86: add xadd helper macro
` [PATCH 08/18] x86/ticketlock: use xadd helper
` [PATCH 09/18] x86/cmpxchg: linux/alternative.h has LOCK_PREFIX
` [PATCH 10/18] x86/cmpxchg: move 32-bit __cmpxchg_wrong_size to match 64 bit
` [PATCH 11/18] x86/cmpxchg: move 64-bit set64_bit() to match 32-bit
` [PATCH 12/18] x86/cmpxchg: unify cmpxchg into cmpxchg.h
` [PATCH 13/18] x86: add cmpxchg_flag() variant
` [PATCH 14/18] x86/ticketlocks: use cmpxchg_flag for trylock
` [PATCH 15/18] x86: use cmpxchg_flag() where applicable
` [PATCH 16/18] x86: report xchg/cmpxchg/xadd usage errors consistently
` [PATCH 17/18] x86: add local and sync variants of xadd
` [PATCH 18/18] x86: use xadd helper more widely
VERY INTERESTED IN YOUR RELATIONSHIP!
2011-08-24 19:57 UTC
[PATCH 0/2] Send a SIGCHLD to the init's pid namespace parent when reboot
2011-08-24 19:44 UTC (12+ messages)
[GIT PULL] drbd-8.4 for mainline
2011-08-24 19:32 UTC (8+ messages)
[PATCH] oom: skip frozen tasks
2011-08-24 19:31 UTC (4+ messages)
[RFC][PATCH 0/6] x86, nmi: new NMI handling routines
2011-08-24 19:16 UTC (8+ messages)
` [RFC][PATCH 2/6] x86, nmi: create new NMI handler routines
[PATCH v2 00/43] signal: set_current_blocked() and block_sigmask()
2011-08-24 19:08 UTC (11+ messages)
` [PATCH v2 17/43] microblaze: Use "
` [PATCH v2 43/43] ncpfs: Use set_current_blocked()
[PATCH] hid-debug: Show application usage for each collection
2011-08-24 19:05 UTC (5+ messages)
[PATCH v2 3/3] w1: ds2780, fix deadlock upon insertion and removal
2011-08-24 18:47 UTC (2+ messages)
[PATCH 0/5] SUNRPC: make rpcbind clients allocated and destroyed on dynamically
2011-08-24 18:34 UTC (6+ messages)
` [PATCH 1/5] SUNRPC: introduce helpers for reference counted rpcbind clients
` [PATCH 2/5] SUNRPC: use reference count helpers
` [PATCH 3/5] SUNRPC: make RPC service dependable on rpcbind clients creation
` [PATCH 4/5] SUNRPC: remove rpcbind clients creation during service registring
` [PATCH 5/5] SUNRPC: remove rpcbind clients destruction on module cleanup
[PATCH 1/4 v4] drivers: create a pin control subsystem
2011-08-24 18:29 UTC (2+ messages)
[patch 0/8] intel iommu, irq-remap, x2apic bug fixes and cleanups
2011-08-24 18:31 UTC (8+ messages)
` [patch 3/8] iommu: move IOMMU specific code to intel-iommu.c
` [patch 8/8] iommu: rename the DMAR and INTR_REMAP config options
[PATCH] ums_realtek: do not use stack memory for DMA
2011-08-24 18:22 UTC
[GIT] HID
2011-08-24 18:10 UTC
[RFC PATCH] TTM DMA pool v1
2011-08-24 17:17 UTC (7+ messages)
` [PATCH 1/6] ttm/radeon/nouveau: Check the DMA address from TTM against known value
` [PATCH 2/6] ttm: Introduce ttm_page_alloc_func structure
` [PATCH 3/6] ttm: Pass in 'struct device' to TTM so it can do DMA API on behalf of device
` [PATCH 4/6] swiotlb: Expose swiotlb_nr_tlb function to modules as swiotlb_enabled
` [PATCH 5/6] ttm: Provide a DMA aware TTM page pool code
` [PATCH 6/6] ttm: Add 'no_dma' parameter to turn the TTM DMA pool off during runtime
[PATCH 2/5] writeback: dirty position control
2011-08-24 18:00 UTC (16+ messages)
[PATCH 0/8 v3] cgroups: Task counter subsystem (was: New max number of tasks subsystem)
2011-08-24 17:54 UTC (7+ messages)
` [RFD] Task counter: cgroup core feature or cgroup subsystem? (was Re: [PATCH 0/8 v3] cgroups: Task counter subsystem)
[PATCH RFC] ARM: vexpress: Use assembler mnemonic for WFI in platform_do_lowpower
2011-08-24 17:51 UTC (4+ messages)
` [PATCH v2] ARM: vexpress: Use wfi macro "
[PATCH] power_supply: ds2780_battery/z2_battery: add __devexit_p at necessary places
2011-08-24 17:50 UTC (2+ messages)
TAKE NOTE $5,000,000,00 MILLION
2011-08-24 16:10 UTC
[RFC] fs, proc: Introduce the /proc/<pid>/map_files/ directory v2
2011-08-24 17:36 UTC (5+ messages)
[PATCH 0/6] mc13783 cleanup
2011-08-24 17:25 UTC (4+ messages)
` [PATCH 1/6] led/mc13783: convert to mc13xxx MFD
` [PATCH 5/6] hwmon/mc13783-adc: convert to mc13xxx API
` [lm-sensors] "
[PATCH 2/2] arm: mach-bcmring: fix build error in dma.c
2011-08-24 17:22 UTC (4+ messages)
[PATCH] Add a personality to report 2.6.x version numbers
2011-08-24 17:02 UTC (5+ messages)
Bug Report for Linux Kernel 3.x
2011-08-24 16:46 UTC (8+ messages)
mailbox execeed limit
2011-08-24 16:31 UTC
[PATCH] arch/x86/kernel/microcode_core.c: add missing platform_device_unregister
2011-08-24 16:33 UTC (4+ messages)
[PATCH] [media] vp7045: fix buffer setup
2011-08-24 16:26 UTC (4+ messages)
[RFC] ubiblk: read-only block layer on top of UBI
2011-08-24 16:23 UTC (6+ messages)
` [PATCHv3] UBI: new module ubiblk: "
` [PATCHv4] "
` [PATCH] document ubiblk's usage of the same ioctl magic as a part "
[PATCH 1/3] jsm: remove remaining flip buffer code
2011-08-24 16:14 UTC (3+ messages)
` [PATCH 2/3] jsm: remove buggy write queue
` [PATCH 3/3] jsm: print byte we are dequeing
[KORG] Panics on master backend
2011-08-24 16:08 UTC (3+ messages)
` [kernel.org users] "
3.1.0-rc3 -- WARNING: at fs/sysfs/dir.c:455 sysfs_add_one+0x92/0xa6()
2011-08-24 16:02 UTC (3+ messages)
[PATCH 8/8] ARM: S5PV210: example of CMA private area for FIMC device on Goni board
2011-08-24 15:41 UTC
[PATCH] include: Fix compile warning in include/linux/bitops.h
2011-08-24 15:29 UTC (2+ messages)
[PATCHv3 2/4] usb: gadget: replace "is_dualspeed" with "max_speed"
2011-08-24 15:25 UTC (5+ messages)
RFC : mmc: mmc_blk_issue_secdiscard_rq() and mmc_blk_issue_discard_rq() effectively merged into one
2011-08-24 15:21 UTC (3+ messages)
linux-next: build failure after merge of the final tree (ptrace tree related)
2011-08-24 15:16 UTC (2+ messages)
[RESEND][PATCH 0/5] Support for the TS-5500 board
2011-08-24 15:16 UTC (10+ messages)
Broken pci_block_user_cfg_access interface
2011-08-24 15:02 UTC (2+ messages)
[RFC PATCH 00/32] Nohz cpusets (was: Nohz Tasks)
2011-08-24 14:41 UTC (2+ messages)
[PATCH 0/5 v7] mfd: omap: usb: Runtime PM support for EHCI and OHCI drivers
2011-08-24 14:31 UTC (6+ messages)
` [PATCH 1/5 v7] arm: omap: usb: ehci and ohci hwmod structures for omap4
` [PATCH 2/5 v7] arm: omap: usb: ehci and ohci hwmod structures for omap3
` [PATCH 3/5 v7] arm: omap: usb: register hwmods of usbhs
` [PATCH 4/5 v7] arm: omap: usb: device name change for the clk names "
` [PATCH 5/5 v7] mfd: omap: usb: Runtime PM support
[RFC PATCH 0/3] Pass resources to pci_create_bus() and fix MIPS PCI resources
2011-08-24 14:35 UTC (5+ messages)
` [RFC PATCH 1/3] MIPS: PCI: Use pci_bus_remove_resources()/pci_bus_add_resource() to set up root resources
` [RFC PATCH 2/3] PCI: Pass available resources into pci_create_bus()
[PATCH v2 1/3] w1: ds2780, create central point for calling w1 interface
2011-08-24 14:35 UTC
[PATCH v2 2/3] w1: ds2780, add a nolock function to w1 interface
2011-08-24 14:35 UTC
[PATCH v2 0/7] Input: elantech: add support for newer hardware
2011-08-24 14:35 UTC (3+ messages)
` [PATCH v2 7/7] Input: elantech - add v3 hardware support
[PATCHv2] ISP:BUILD:FIX: Move media_entity_init() and
2011-08-24 14:26 UTC (5+ messages)
[PATCH 00/12] RFC: shrinker APi rework and generic LRU lists
2011-08-24 14:24 UTC (8+ messages)
` [PATCH 02/13] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH 08/13] list: add a new LRU list type
[PATCHSET] freezer: fix various bugs and simplify implementation
2011-08-24 14:14 UTC (5+ messages)
` [PATCH 06/16] freezer: make exiting tasks properly unfreezable
oops on rmmod iwlagn on 3.1.0-rc3
2011-08-24 13:57 UTC (2+ messages)
[patch 2/2]block: simplify force plug flush code a little bit
2011-08-24 13:59 UTC (2+ messages)
[patch 1/2]block: change force plug flush call order
2011-08-24 13:59 UTC (2+ messages)
[slub p4 0/7] slub: per cpu partial lists V4
2011-08-24 13:57 UTC (4+ messages)
` [slub p4 6/7] slub: per cpu cache for partial pages
[patch 2/2]slub: add a type for slab partial list position
2011-08-24 13:55 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox