linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-24 19:14:20 to 2012-09-25 03:47:21 UTC [more...]

Early cpio decoder and ACPI table override via initrd making use of it
 2012-09-25  3:47 UTC  (5+ messages)
` [PATCH 1/2] lib: Add early cpio decoder

20% performance drop on PostgreSQL 9.2 from kernel 3.5.3 to 3.6-rc5 on AMD chipsets
 2012-09-25  3:43 UTC  (20+ messages)
` 20% performance drop on PostgreSQL 9.2 from kernel 3.5.3 to 3.6-rc5 on AMD chipsets - bisected

[PATCH] Revert "__d_unalias() should refuse to move mountpoints"
 2012-09-25  3:39 UTC  (2+ messages)

[PATCH v4] trace,x86: add x86 irq vector tracepoints
 2012-09-25  3:38 UTC  (2+ messages)

linux-next: build failure after merge of the md tree
 2012-09-25  3:31 UTC 

[PATCH v2 1/3] tracing,x86: add a TSC trace_clock
 2012-09-25  3:27 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] tracing: format non-nanosec times from tsc clock without a decimal point

Load averages?
 2012-09-25  3:26 UTC  (2+ messages)

linux-next: Tree for Sept 24
 2012-09-25  3:23 UTC  (6+ messages)
` linux-next: Tree for Sept 24 (net/ipv4)
` linux-next: Tree for Sept 24 (iommu)
` linux-next: Tree for Sept 24 (remoteproc)
` linux-next: Tree for Sept 24 (net without INET)

[PATCH] Thermal: Fix bug on generic thermal framework
 2012-09-25  3:04 UTC  (6+ messages)

Work queue questions
 2012-09-25  3:05 UTC  (14+ messages)

[PATCH] ahci: add a boot option to enable promise ahci
 2012-09-25  3:05 UTC  (2+ messages)

3.6rc6 slab corruption
 2012-09-25  2:54 UTC  (15+ messages)
                    ` [patch for-3.6] fs, debugfs: fix race in u32_array_read and allocate array at open

[PATCH 0/2] struct pid-ify autofs4
 2012-09-25  2:56 UTC  (6+ messages)

[PATCH] perf session: Add perf_session__delete_env
 2012-09-25  2:39 UTC 

[PATCH] Update sched_domains_numa_masks when new cpus are onlined
 2012-09-25  2:39 UTC  (5+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2012-09-25  2:34 UTC 

[PATCH] perf test: Fix build failure
 2012-09-25  2:20 UTC 

[PATCH v3 0/9] perf tools: Add script browser and runtime data file switch
 2012-09-25  2:11 UTC  (10+ messages)
` [PATCH v3 1/9] perf hists: Move hists_init() from util/evsel.c to util/hist.c
` [PATCH v3 3/9] perf script: Add more filter to find_scripts()
` [PATCH v3 7/9] perf header: Add check_perf_magic() func
` [PATCH v3 8/9] perf hists browser: Add option for runtime switching perf data file

[resend][PATCH v2 0/2] btrfs-progs: some bugfixes
 2012-09-25  2:02 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs-progs: Close file descriptor on exit
` [PATCH v2 2/2] btrfs-progs: Fix up memory leakage

linux-next: build warning after merge of the vfs tree
 2012-09-25  1:52 UTC 

[PATCH v3 1/2] writeback: add dirty_background_centisecs per bdi variable
 2012-09-25  1:36 UTC  (4+ messages)

[PATCH 0/6] Dove fixes for arm-soc/for-next
 2012-09-25  1:22 UTC  (8+ messages)
` [PATCH 1/6] ARM: dove: Add pcie clock support
` [PATCH 2/6] ARM: dove: Fix tauros2 device tree init
` [PATCH 3/6] ARM: dove: Fix clock names of sata and gbe
` [PATCH 4/6] ARM: dove: Restructure SoC device tree descriptor
` [PATCH 5/6] ARM: dove: Remove watchdog from DT
` [PATCH 6/6] ARM: dove: Add crypto engine to DT

arch/x86/lib/inat.c Error
 2012-09-25  1:16 UTC  (4+ messages)

[PATCH v10 0/5] make balloon pages movable by compaction
 2012-09-25  1:17 UTC  (9+ messages)
` [PATCH v10 1/5] mm: introduce a common interface for balloon pages mobility
` [PATCH v10 3/5] virtio_balloon: introduce migration primitives to balloon pages

[PATCH v3 00/26] Prep work for immutable bio vecs
 2012-09-25  0:54 UTC  (30+ messages)
` [PATCH v3 01/26] block: Fix a buffer overrun in bio_integrity_split()
` [PATCH v3 02/26] block: Convert integrity to bvec_alloc_bs()
` [PATCH v3 03/26] block: Add bio_advance()
` [PATCH v3 04/26] block: Refactor blk_update_request()
` [PATCH v3 05/26] md: Convert md_trim_bio() to use bio_advance()
` [PATCH v3 06/26] block: Add bio_end_sector()
` [PATCH v3 07/26] block: Use bio_sectors() more consistently
` [PATCH v3 08/26] block: Change bio_split() to respect the current value of bi_idx
` [PATCH v3 09/26] block: Remove bi_idx references
` [PATCH v3 10/26] block: Remove some unnecessary bi_vcnt usage
` [PATCH v3 11/26] block: Add submit_bio_wait(), remove from md
` [PATCH v3 12/26] raid10: Use bio_reset()
` [PATCH v3 13/26] raid1: use bio_reset()
` [PATCH v3 14/26] raid5: "
` [PATCH v3 15/26] raid1: Refactor narrow_write_error() to not use bi_idx
` [PATCH v3 16/26] block: Add bio_copy_data()
` [PATCH v3 17/26] pktcdvd: use bio_copy_data()
` [PATCH v3 18/26] pktcdvd: Use bio_reset() in disabled code to kill bi_idx usage
` [PATCH v3 19/26] raid1: use bio_copy_data()
` [PATCH v3 20/26] bounce: Refactor __blk_queue_bounce to not use bi_io_vec
` [PATCH v3 21/26] block: Add bio_for_each_segment_all()
` [PATCH v3 22/26] block: Convert some code to bio_for_each_segment_all()
` [PATCH v3 23/26] block: Add bio_alloc_pages()
` [PATCH v3 24/26] block: Add an explicit bio flag for bios that own their bvec
` [PATCH v3 25/26] bio-integrity: Add explicit field for owner of bip_buf
` [PATCH v3 26/26] block: Add BIO_SUBMITTED flag, kill BIO_CLONED

linux-next: manual merge of the userns tree with the security tree
 2012-09-25  0:46 UTC  (3+ messages)

Btrfs: check range early in map_private_extent_buffer
 2012-09-25  0:24 UTC  (3+ messages)

[PATCH 1/2] Fix build error caused by broken PCH_PTP module dependency
 2012-09-25  0:24 UTC  (4+ messages)
` [PATCH 2/2] Fix wrong description in PTP_1588_CLOCK_PCH help info
  ` [PATCH 2/2] Fix a typo in PTP_1588_CLOCK_PCH Kconfig "

[GIT PULL] Asymmetric keys and module signing
 2012-09-25  0:11 UTC  (2+ messages)

[GIT PULL 00/30] perf/core improvements and fixes
 2012-09-24 23:58 UTC  (3+ messages)
` [PATCH 22/30] perf tools: bfd.h/libbfd detection fails with recent binutils

[PATCH] block: export trace_block_unplug
 2012-09-24 23:57 UTC 

[RFC/PATCH] ia64, SR870, EFI bug breaks ata_piix, uninitialized ICH4 IDE EXBAR mem resource
 2012-09-24 23:54 UTC  (6+ messages)
  ` [RFC/PATCH v2] "

linux-next: bluetooth tree rewritten after being merged
 2012-09-24 23:49 UTC  (2+ messages)

[PATCH v4] trace: Move trace event enable from fs_initcall to core_initcall
 2012-09-24 23:47 UTC  (3+ messages)

RCU idle CPU detection is broken in linux-next
 2012-09-24 23:41 UTC  (19+ messages)

[Patch v4] ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc
 2012-09-24 23:39 UTC  (2+ messages)

[PATCH v3 00/15] ASoC: OMAP: Convert to use dmaengine
 2012-09-24 23:36 UTC  (2+ messages)
` [alsa-devel] "

[PATCH] block: makes bio_split support bio without data
 2012-09-24 23:37 UTC  (3+ messages)

RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
 2012-09-24 23:12 UTC  (11+ messages)

[PATCH 00/11] x86: Supervisor Mode Access Prevention
 2012-09-24 23:27 UTC  (2+ messages)
` [RFC PATCH] x86-32: Start out eflags and cr4 clean

Out of memory on 3.5 kernels
 2012-09-24 22:43 UTC  (3+ messages)

[ACPI/PCI] possible recursive locking detected
 2012-09-24 22:38 UTC  (6+ messages)

[PATCH 00/10] Convert MSM to common clock framework
 2012-09-24 22:37 UTC  (7+ messages)
` [PATCH 03/10] msm: iommu: Convert to clk_prepare/unprepare
` [PATCH 05/10] ARM: msm: Remove custom clk_set_flags() API
` [PATCH 06/10] ARM: msm: Remove custom clk_set_{max,min}_rate() API

pull request: bluetooth-next 2012-09-18
 2012-09-24 22:31 UTC  (5+ messages)

divide error: bdi_dirty_limit+0x5a/0x9e
 2012-09-24 22:27 UTC  (12+ messages)
          ` [PATCH] CPU hotplug, writeback: Don't call writeback_set_ratelimit() too often during hotplug

x86: "Fast TSC calibration failed" error
 2012-09-24 22:22 UTC  (2+ messages)

[RESEND PATCH v3] drivers/tty: Folding Android's keyreset driver in sysRQ
 2012-09-24 22:16 UTC 

[Resend with Ack][PATCH v1] PCI: allow acpiphp to handle PCIe ports without native PCIe hotplug capability
 2012-09-24 22:10 UTC  (3+ messages)
` [PATCH v2] PCI: allow acpiphp to handle PCIe ports w/o "

[PATCH 1/2] The tidspbridge driver does not compile anymore (Some OMAP34XX CPU definitions are missing). I Added a header file for these definitions
 2012-09-24 22:04 UTC  (2+ messages)

rcu self-detected stall messages on OMAP3, 4 boards
 2012-09-24 22:00 UTC  (13+ messages)

[PATCH] c/r: prctl: fix build error for no-MMU case
 2012-09-24 21:55 UTC  (2+ messages)

[PATCHv4] virtio_console: Add support for remoteproc serial
 2012-09-24 21:50 UTC  (3+ messages)

[PATCH v9 0/11] KGDB/KDB FIQ (NMI) debugger
 2012-09-24 21:28 UTC  (12+ messages)
` [PATCH 01/11] kernel/debug: Mask KGDB NMI upon entry
` [PATCH 02/11] kdb: Implement disable_nmi command
` [PATCH 03/11] kdb: Turn KGDB_KDB=n stubs into static inlines
` [PATCH 04/11] tty/serial/core: Introduce poll_init callback
` [PATCH 05/11] tty/serial/amba-pl011: Implement "
` [PATCH 06/11] tty/serial/amba-pl011: Quiesce interrupts in poll_get_char
` [PATCH 07/11] tty/serial: Add kgdb_nmi driver
` [PATCH 08/11] ARM: Move some macros from entry-armv to entry-header
` [PATCH 09/11] ARM: Add KGDB/KDB FIQ debugger generic code
` [PATCH 10/11] ARM: VIC: Add a couple of low-level FIQ management helpers
` [PATCH 11/11] ARM: versatile: Make able to use UART ports for KGDB FIQ debugger

[PATCH v8 0/11] KGDB/KDB FIQ (NMI) debugger
 2012-09-24 21:25 UTC  (4+ messages)

[PATCH 0/9] Reduce compaction scanning and lock contention
 2012-09-24 21:26 UTC  (5+ messages)
` [PATCH 8/9] mm: compaction: Cache if a pageblock was scanned and no pages were isolated

[PATCH 3/6] dyndbg: add more info to -E2BIG log warning
 2012-09-24 21:15 UTC  (4+ messages)

[SCSI PATCH] sd: max-retries becomes configurable
 2012-09-24 21:00 UTC 

[PATCH 1/1] mfd: Provide the PRCMU with its own IRQ domain
 2012-09-24 20:59 UTC  (3+ messages)

sys_kcmp (was: Re: [PATCH 1/2] ARM: add finit_module syscall to ARM)
 2012-09-24 20:53 UTC  (12+ messages)
            ` sys_kcmp

[PATCH 00/11] x86: Supervisor Mode Access Prevention
 2012-09-24 20:51 UTC  (7+ messages)

smp_alt_once && kernel-parameters.txt
 2012-09-24 20:49 UTC 

[PATCH 00/10] workqueue: restructure flush_workqueue() and start all flusher at the same time
 2012-09-24 20:39 UTC  (2+ messages)

[patch 00/16] sched: per-entity load-tracking
 2012-09-24 20:39 UTC  (6+ messages)
` [patch 11/16] sched: replace update_shares weight distribution with per-entity computation
` [patch 13/16] sched: update_cfs_shares at period edge

[PATCH 0/3] Introduce devm_clk_register()
 2012-09-24 20:38 UTC  (7+ messages)
` [PATCHv2 1/3] clk: wm831x: Fix clk_register() error code checking
  ` [PATCHv2 2/3] clk: Add devm_clk_{register,unregister}()
  ` [PATCHv2 3/3] clk: wm831x: Use devm_clk_register() to simplify code

[PATCH] syscalls: add __NR_kcmp syscall to generic unistd.h
 2012-09-24 20:38 UTC  (3+ messages)

[RFC] mm: add support for zsmalloc and zcache
 2012-09-24 20:36 UTC  (13+ messages)

[PATCH 0/4] (Was: lockdep trace from posix timers)
 2012-09-24 20:37 UTC  (4+ messages)
` [PATCH 1/4] task_work: make task_work_add() lockless

Early cpio decoder and ACPI table override via initrd making use of it
 2012-09-24 20:27 UTC  (4+ messages)
` [PATCH 2/2] ACPI: Override arbitrary ACPI tables via initrd for debugging

[GIT PULL] Time/alarmtimer changes for 3.7
 2012-09-24 20:25 UTC  (2+ messages)

[PATCH 0/5] uprobes: handle_swbp() fixes
 2012-09-24 20:08 UTC  (8+ messages)
` [PATCH 3/5] uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()

[PATCH] gpio-lpc32xx: Fix value handling of gpio_direction_output()
 2012-09-24 20:03 UTC  (3+ messages)

[PATCH] net: scm: moving dereference after NULL check
 2012-09-24 19:51 UTC  (2+ messages)

linux-next: build failure after merge of the akpm tree
 2012-09-24 19:46 UTC  (3+ messages)

[GIT PULL] tile gxio ABI fix for 3.6
 2012-09-24 19:38 UTC 

[PATCH 0/5] Remove potential NULL dereference
 2012-09-24 19:37 UTC  (4+ messages)
` [PATCH 2/5] drivers/scsi/bnx2fc/bnx2fc_io.c: "

[PATCH] rtlwifi/rtl8712u Revert firmware
 2012-09-24 19:34 UTC  (4+ messages)

[PATCH 0/4] deprecate regulator-compatible DT property
 2012-09-24 19:25 UTC  (5+ messages)
` [PATCH 1/4] regulator: "
` [PATCH 2/4] regulator: tps65217.txt: remove regulator-compatible from DT docs
` [PATCH 3/4] regulator: tps6586x: "
` [PATCH 4/4] mfd: max8907: "

3.6-rc7 boot crash + bisection
 2012-09-24 19:03 UTC 

Build regressions/improvements in v3.6-rc7
 2012-09-24 19:21 UTC 

[PATCH] ARM: hw_breakpoint: Clear breakpoints before enabling monitor mode
 2012-09-24 19:17 UTC  (5+ messages)

[PATCH] tile: gxio iorpc numbering change for TRIO interface
 2012-09-24 18:57 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).