mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] driver core: fix shutdown races with probe/remove
 2012-06-06 15:21 UTC  (6+ messages)

[PATCH] x86: Fix NULL pointer dereference on CPU hotplug after disabling irqs
 2012-06-06 15:20 UTC  (2+ messages)
` [tip:x86/urgent] x86/ioapic: "

[PATCH] m68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user()
 2012-06-06 15:20 UTC  (6+ messages)

[PATCH]x86, reboot: Fix a warning message triggered by stop_other_cpus()
 2012-06-06 15:19 UTC  (2+ messages)
` [tip:x86/urgent] x86/reboot: "

[PATCH] virtio-net: fix a race on 32bit arches
 2012-06-06 15:19 UTC  (7+ messages)

[PATCH] x86/moorestown: change to __devinit in order to suppress warning
 2012-06-06 15:18 UTC  (2+ messages)
` [tip:x86/urgent] x86/intel/moorestown: Change intel_scu_devices_create() to __devinit

[RFC][PATCH 00/12] kprobes/ftrace: Making ftrace usable for kprobes
 2012-06-06 15:18 UTC  (4+ messages)
` [RFC][PATCH 06/12] ftrace/x86: Add save_regs for i386 function calls

[Patch v2] x86 : set numa_nodes_parsed at acpi_numa_memory_affinity_init
 2012-06-06 15:17 UTC  (2+ messages)
` [tip:x86/urgent] x86/numa: Set numa_nodes_parsed at acpi_numa_memory_affinity_init()

[PATCH -tip 2/2] x86, gart: fix nasty kmemleak warning
 2012-06-06 15:17 UTC  (2+ messages)
` [tip:x86/urgent] x86/gart: Fix "

[PATCH] x86-64: use EFI to deal with platform wall clock
 2012-06-06 15:16 UTC  (2+ messages)
` [tip:x86/efi] x86-64/efi: Use "

[PATCH RESEND] x86: kernel/early_printk.c simple_strtoul cleanup
 2012-06-06 15:15 UTC  (2+ messages)
` [tip:x86/cleanups] x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint()

[PATCH] spinlock: indicate that a lockup is only suspected
 2012-06-06 15:14 UTC  (2+ messages)
` [tip:core/urgent] spinlock: Indicate "

[PATCH 7/7] uprobes: kill uprobes_srcu/uprobe_srcu_id
 2012-06-06 15:13 UTC  (2+ messages)
` [tip:perf/core] uprobes: Kill uprobes_srcu/uprobe_srcu_id

[PATCH 6/7] uprobes: teach handle_swbp() to rely on "is_swbp" rather than uprobes_srcu
 2012-06-06 15:12 UTC  (2+ messages)
` [tip:perf/core] uprobes: Teach handle_swbp() to rely on %22is_swbp%22 "

[PATCH 5/7] uprobes: change register_for_each_vma() to take mm->mmap_sem for writing
 2012-06-06 15:11 UTC  (2+ messages)
` [tip:perf/core] uprobes: Change register_for_each_vma() to take mm-%3Emmap_sem "

[PATCH 4/7] uprobes: teach find_active_uprobe() to provide the "is_swbp" info
 2012-06-06 15:10 UTC  (2+ messages)
` [tip:perf/core] uprobes: Teach find_active_uprobe() to provide the %22is_swbp%22 info

[RFC PATCH 0/5] omap: add ocp2scp as a misc driver
 2012-06-06 15:10 UTC  (5+ messages)

[PATCH 3/7] uprobes: introduce find_active_uprobe() helper
 2012-06-06 15:10 UTC  (2+ messages)
` [tip:perf/core] uprobes: Introduce "

Suspend/resume regressions on Lenovo S10-3
 2012-06-06 15:09 UTC  (5+ messages)
    ` [linux-pm] "

[PATCH 2/7] uprobes: change read_opcode() to use FOLL_FORCE
 2012-06-06 15:09 UTC  (2+ messages)
` [tip:perf/core] uprobes: Change "

[PATCH 1/2] uprobes: Pass probed vaddr to arch_uprobe_analyze_insn()
 2012-06-06 15:08 UTC  (6+ messages)

[PATCH 1/7] uprobes: optimize is_swbp_at_addr() for current->mm
 2012-06-06 15:08 UTC  (2+ messages)
` [tip:perf/core] uprobes: Optimize is_swbp_at_addr() for current-%3Emm

[PATCH 3/8] x86: apic: Factor out default cpu_mask_to_apicid() operations
 2012-06-06 15:07 UTC  (2+ messages)
` [tip:x86/apic] x86/apic: "

[PATCH] fix usb skeleton driver
 2012-06-06 15:06 UTC  (5+ messages)

[PATCH 2/8] x86: apic: Factor out default target_cpus() operation
 2012-06-06 15:06 UTC  (2+ messages)
` [tip:x86/apic] x86/apic: "

[PATCH 1/8] x86: apic: Trivial whitespace fixes
 2012-06-06 15:05 UTC  (2+ messages)
` [tip:x86/apic] x86/apic: "

[PATCH 2/2] x2apic, cluster: use all the members of one cluster specified in the smp_affinity mask for the interrupt desintation
 2012-06-06 15:04 UTC  (2+ messages)
` [tip:x86/apic] x86/x2apic/cluster: Use all the members of one cluster specified in the smp_affinity mask for the interrupt destination

[PATCH 1/2] x86, irq: update irq_cfg domain unless the new affinity is a subset of the current domain
 2012-06-06 15:03 UTC  (2+ messages)
` [tip:x86/apic] x86/irq: Update "

[PATCH 2/2] x86: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>
 2012-06-06 15:03 UTC  (2+ messages)
` [tip:x86/debug] x86/debug: "

[PATCH v3 2/2] vsmp: Ignore IOAPIC IRQ affinity if possible
 2012-06-06 15:02 UTC  (2+ messages)
` [tip:x86/platform] x86/vsmp: "

[PATCH 1/2] x86: Introduce apic post-initialization callback
 2012-06-06 15:01 UTC  (2+ messages)
` [tip:x86/platform] x86/platform: Introduce APIC "

[BUGFIX PATCH] x86/insn: Fix to decode bsr/bsf/jmpe with operand-size prefix
 2012-06-06 15:00 UTC  (2+ messages)
` [tip:perf/core] x86/decoder: Fix bsr/bsf/ jmpe decoding "

[PATCH 1/5] perf, x86: Don't assume the alternative cycles encoding is architectural
 2012-06-06 15:00 UTC  (25+ messages)
` [PATCH 2/5] perf, x86: Don't assume there can be only 4 PEBS events
` [PATCH 3/5] perf, x86: Check LBR format capability
` [PATCH 5/5] perf, x86: Prefer RDPMC over RDMSR for reading counters

[next-net PATCH] drivers/net/ethernet/intel/e1000e: fix unregistered net_device ethX name output by e1000e
 2012-06-06 14:57 UTC 

[RESEND PATCH] trivial: treewide: remove extra semicolon added by module_init/exit
 2012-06-06 14:54 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/3] uprobes: make register/unregister O(n)
 2012-06-06 14:50 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] uprobes: rework register_for_each_vma() to make it O(n)
  ` [PATCH v2 2/3] uprobes: change build_map_info() to try kmalloc(GFP_NOWAIT) first
  ` [PATCH v2 3/3] uprobes: document uprobe_register() vs uprobe_mmap() race

file corruption in loop device in 3.4.0
 2012-06-06 14:48 UTC  (2+ messages)

[patch 0/2] x86: mce: Implement poll mode for CMCI
 2012-06-06 14:46 UTC  (13+ messages)
` [patch 2/2] x86: mce: Implement cmci poll mode for intel machines

[patch] BFS 421: confine for_each_domain to SMP
 2012-06-06 14:46 UTC  (2+ messages)

[PATCH -tip v2 0/9]ftrace,kprobes: Ftrace-based kprobe optimization
 2012-06-06 14:46 UTC  (10+ messages)
` [PATCH -tip v2 3/9] ftrace/x86: Support SAVE_REGS feature on i386

[PATCH] Add Support for Novatek Touchscreen
 2012-06-06 14:44 UTC  (5+ messages)

[RFC PATCH 0/2] ivring: Add IVRing driver
 2012-06-06 14:44 UTC  (5+ messages)
  ` [RFC PATCH 1/2] ivring: Add a ring-buffer driver on IVShmem
    ` [Qemu-devel] "

[PATCH 0/6] x86/cpu hotplug: Wake up offline CPU via mwait or nmi
 2012-06-06 14:44 UTC  (20+ messages)

[PATCH v2] regulator: palmas: Slightly code change for better readability
 2012-06-06 14:43 UTC  (2+ messages)

EXT4-fs error (device dm-42): ext4_mb_generate_buddy:741: group 1904, 32254 clusters in bitmap, 32258 in gd
 2012-06-06 14:40 UTC  (7+ messages)

[PATCH v6] MTD: LPC32xx SLC NAND driver
 2012-06-06 14:36 UTC  (5+ messages)

[perf] exporting perf_pmu_register?
 2012-06-06 14:30 UTC  (3+ messages)

[PATCH] UBIFS: compute KSA size and store in superblock
 2012-06-06 14:30 UTC  (9+ messages)
  ` [PATCH v2] "
            ` [PATCH v3] "

[RFC v2 PATCH 2/4] block: add queue runtime pm callbacks
 2012-06-06 14:26 UTC  (3+ messages)

[PATCH 1/4] Staging: xgifb: Remove #ifdef MODULE
 2012-06-06 14:22 UTC  (4+ messages)
` [PATCH 2/4] Staging: xgifb: reorder the code a bit to be more module friendly
` [PATCH 3/4] Staging: xgifb: disable pci device if there's an error after enabling it
` [PATCH 4/4] Staging: xgifb: disable pci device on pci remove function

um: TTY fixes (?)
 2012-06-06 14:20 UTC  (2+ messages)
` [uml-devel] "

[PATCH] perf bench: add new benchmark subsystem and suite "futex wait"
 2012-06-06 14:18 UTC  (8+ messages)

[PATCH 1/1] block/nbd: micro-optimization in nbd request completion
 2012-06-06 14:15 UTC 

[PATCH 2/2] leds: fix led_brightness_set when soft-blinking
 2012-06-06 14:10 UTC  (5+ messages)
` [PATCH v2] "

[GIT PULL] writeback changes for 3.5-rc1
 2012-06-06 14:08 UTC  (14+ messages)
  ` write-behind on streaming writes

[PATCH 1/1] bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C
 2012-06-06 14:07 UTC  (3+ messages)
` [3.0.y, 3.2.y, 3.4.y] "

[PATCH] x86,nmi: Fix section mismatch warnings on 32-bit
 2012-06-06 14:05 UTC 

[PATCH] x86,nmi: Fix section mismatch warnings on 32-bit
 2012-06-06 14:03 UTC  (7+ messages)

[git pull] IOMMU fixes for Linux 3.5-rc1
 2012-06-06 13:56 UTC 

[PATCH -v4 0/2] PCIe: Add PCIe runtime D3cold support
 2012-06-06 13:52 UTC  (4+ messages)
` [PATCH -v4 2/2] "

[PATCH] Disable Bus Master on PCI device shutdown
 2012-06-06 13:50 UTC  (2+ messages)

[PATCH/RFC 0/2] ARM: DMA-mapping: new extensions for buffer sharing (part 2)
 2012-06-06 13:45 UTC  (4+ messages)
` [PATCH 1/2] common: DMA-mapping: add DMA_ATTR_SKIP_CPU_SYNC attribute
` [PATCH 2/2] ARM: dma-mapping: add support for "

[PATCH 0/7] remoteproc: Custom firmware handling
 2012-06-06 13:38 UTC  (8+ messages)
` [PATCH 1/7] remoteproc: fix print format warnings
` [PATCH 2/7] remoteproc: Fix missing fault indication in error-path
` [PATCH 3/7] remoteproc: Pass struct fw to load_segments and find_rsc_table
` [PATCH 4/7] remoteproc: Assign boot_addr in a separate function
` [PATCH 5/7] remoteproc: Move Elf related functions to separate file
` [PATCH 6/7] remoteproc: Support custom firmware handlers
` [PATCH 7/7] remoteproc: Add custom STE-modem firmware loader

[PATCH v4] remove no longer use of pdflush interface
 2012-06-06 13:38 UTC 

[PATCH v2] remove no longer use of pdflush interface
 2012-06-06 13:26 UTC  (5+ messages)

[PATCH v2] mmc:sdio:guarantee setting card data bus width as 4-bit
 2012-06-06 13:23 UTC  (2+ messages)

[patch] BFS 421: cleanup by removing rq_running
 2012-06-06 13:22 UTC 

[patch] BFS 421: fix try_preempt
 2012-06-06 13:20 UTC 

[patch] BFS 421: fix resched_closest_idle
 2012-06-06 13:17 UTC 

linux-next: Tree for Jun 5
 2012-06-06 13:16 UTC  (4+ messages)
` linux-next: Tree for Jun 5 (amd64_edac)

[patch] BFS 421: cleanup by removing migration_req
 2012-06-06 13:15 UTC 

[PATCH] powerpc: Fix assmption of end_of_DRAM() returns end address
 2012-06-06 13:14 UTC  (6+ messages)

[PATCH v2] sched: balance_cpu to consider other cpus in its group as target of (pinned) task
 2012-06-06 13:06 UTC 

CROSS_MEMORY_ATTACH default y?
 2012-06-06 12:59 UTC  (5+ messages)
    ` [PATCH] CMA: Do no enable it by default

[PATCH v9] mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks
 2012-06-06 12:55 UTC  (3+ messages)

[PATCH v29] RAS: Add a tracepoint for reporting memory controller events
 2012-06-06 12:53 UTC  (6+ messages)

[PATCH 1/2] btrfs: Drop unused function btrfs_abort_devices()
 2012-06-06 12:38 UTC  (5+ messages)

[PATCH] hfsplus: use -ENOMEM when kzalloc failed
 2012-06-06 12:26 UTC 

[PATCH] scsi: remove duplicated code in scsi_adjust_queue_depth
 2012-06-06 12:23 UTC 

[PATCH 3/3] usb: core: update usb devices for write cache quirk in quirk list
 2012-06-06 12:21 UTC 

[PATCH 2/3] usb: storage: add support write cache quirk on usb hdd
 2012-06-06 12:20 UTC 

[PATCH 1/3] scsi: set to WCE if usb cache quirk is present
 2012-06-06 12:20 UTC 

[PATCH 0/3] scsi: fix internal write cache issue on usb hdd
 2012-06-06 12:19 UTC 

Regression introduced by 0a2b9a6ea93650b8a00f9fd5ee8fdd25671e2df6 ("X86: integrate CMA with DMA-mapping subsystem" Re: Bug in BUG: Bad page state in process work_for_cpu pfn:cf800
 2012-06-06 12:19 UTC  (2+ messages)

[PATCH] fix usb skeleton driver
 2012-06-06 12:18 UTC  (3+ messages)

[PATCH] [TRIVIAL] treewide: Put a space between #include and FILE
 2012-06-06 12:17 UTC 

[PATCH v3] scatterlist: add sg_alloc_table_from_pages function
 2012-06-06 12:14 UTC  (4+ messages)

[PATCH] perf, x86: Fix Intel shared extra MSR allocation
 2012-06-06 12:08 UTC  (8+ messages)

[RFC PATCH] clk: add extension API
 2012-06-06 12:07 UTC  (4+ messages)

[patch 4/4] timers: Improve get_next_timer_interrupt()
 2012-06-06 12:01 UTC  (2+ messages)
` [tip:timers/core] "

[patch 3/4] timers: Add accounting of non deferrable timers
 2012-06-06 12:00 UTC  (2+ messages)
` [tip:timers/core] "

[patch 2/4] timers: Consolidate base->next_timer update
 2012-06-06 11:59 UTC  (2+ messages)
` [tip:timers/core] "

[patch 1/4] timers: Create detach_if_pending() and use it
 2012-06-06 11:58 UTC  (2+ messages)
` [tip:timers/core] "

git bisect and perf
 2012-06-06 11:46 UTC  (7+ messages)

[PATCH 1/1] mx3fb: support pan display with fb_set_var
 2012-06-06 11:44 UTC  (2+ messages)

[PATCH 01/11] mm: frontswap: remove casting from function calls through ops structure
 2012-06-06 11:37 UTC  (12+ messages)
` [PATCH 02/11] mm: frontswap: trivial coding convention issues
` [PATCH 03/11] mm: frontswap: split out __frontswap_curr_pages
` [PATCH 04/11] mm: frontswap: split out __frontswap_unuse_pages
` [PATCH 05/11] mm: frontswap: split frontswap_shrink further to eliminate locking games
` [PATCH 06/11] mm: frontswap: make all branches of if statement in put page consistent
` [PATCH 07/11] mm: frontswap: remove unnecessary check during initialization
` [PATCH 08/11] mm: frontswap: add tracing support
` [PATCH 09/11] mm: frontswap: remove unused variable in init
` [PATCH 10/11] mm: frontswap: split out function to clear a page out
` [PATCH 11/11] mm: frontswap: remove unneeded headers

[PATCH] arm:gemini: fix irq.c
 2012-06-06 11:22 UTC 

[ANNOUNCE][PATCH 06/06]RIFS v4 release. All the complex idea is gone
 2012-06-06 11:20 UTC 

Linux 3.4 released
 2012-06-06 11:11 UTC  (18+ messages)
                                ` freeze hard-lock with 3.5-rc1 with dynpm for radeon GPU [was Re: Linux 3.4 released]

[PATCH v2 0/7] IOMMU: Groups support
 2012-06-06 11:05 UTC  (2+ messages)

[bisected] NFS corruption with 3.4
 2012-06-06 10:54 UTC  (11+ messages)
` [bisected commit 0fc9d10] NFS-server "

[RFC PATCH] sched/numa: do load balance between remote nodes
 2012-06-06 10:53 UTC  (2+ messages)

[PATCH 0/2] some minor clk fixes
 2012-06-06 10:47 UTC  (3+ messages)
` [PATCH 1/2] clk: cache parent clocks only for muxes

Commit 722bc6b167 breaks booting on an 8TB system
 2012-06-06 10:46 UTC  (8+ messages)

[rfc][patch] select_idle_sibling() inducing bouncing on westmere
 2012-06-06 10:38 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®