linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-29 15:07:51 to 2012-03-29 21:13:21 UTC [more...]

[PATCH 01/17] percpu: mark const init data with __initconst instead of __initdata
 2012-03-29 21:12 UTC  (4+ messages)
` [PATCH 09/17] h8300: "
` [PATCH 12/17] gpio/samsung: "
` [PATCH 15/17] mtd: "

lockups shortly after booting in current git
 2012-03-29 21:12 UTC  (11+ messages)

suppress page allocation failure warnings from sys_listxattr
 2012-03-29 21:09 UTC  (12+ messages)

[PATCH] ASPM: Fix pcie devices with non-pcie children
 2012-03-29 21:02 UTC  (6+ messages)
` [PATCH resend] "

[GIT PULL] Disintegrate and kill asm/system.h
 2012-03-29 21:01 UTC  (4+ messages)

K7/Athlon Optimization Causes Build Fail on Kernel 3.3 i686
 2012-03-29 20:49 UTC  (13+ messages)

[PATCH 00/14] Fix the EDAC API
 2012-03-29 20:46 UTC  (16+ messages)
` [PATCH 01/14] edac: rewrite the sysfs code to use struct device
` [PATCH 02/14] mpc85xx_edac: convert sysfs logic "
` [PATCH 03/14] amd64_edac: "
` [PATCH 04/14] i7core_edac: convert it "
` [PATCH 05/14] edac: Get rid of the old kobj's from the edac mc code
` [PATCH 06/14] edac: add a new per-dimm API and make the old per-virtual-rank API obsolete
` [PATCH 07/14] edac: add a sysfs node to report the maximum location for the system
` [PATCH 08/14] edac: Add debufs nodes to allow doing fake error inject
` [PATCH 09/14] edac: Create a per-Memory Controller bus
` [PATCH 10/14] edac: Move grain/dtype/edac_type calculus to be out of channel loop
` [PATCH 11/14] i82975x_edac: Test nr_pages earlier to save a few CPU cycles
` [PATCH 12/14] i5100_edac: Fix a warning when compiled with 32 bits
` [PATCH 13/14] i7300_edac: Get rid of some wrongly-solved rebase conflict
` [PATCH 14/14] edac: Only expose csrows/channels on legacy API if they're populated

[PATCH 00/13] Convert EDAC internal strutures to support all types of Memory Controllers
 2012-03-29 20:46 UTC  (15+ messages)
` [PATCH 01/13] edac: Create a dimm struct and move the labels into it
` [PATCH 02/13] edac: move dimm properties to struct memset_info
` [PATCH 03/13] edac: Don't initialize csrow's first_page & friends when not needed
` [PATCH 04/13] edac: move nr_pages to dimm struct
` [PATCH 05/13] edac: Fix core support for MC's that see DIMMS instead of ranks
` [PATCH 06/13] edac: Initialize the dimm label with the known information
` [PATCH 07/13] edac: Cleanup the logs for i7core and sb edac drivers
` [PATCH 08/13] i5400_edac: improve debug messages to better represent the filled memory
` [PATCH 09/13] events/hw_event: Create a Hardware Events Report Mecanism (HERM)
` [PATCH 10/13] i5000_edac: Fix the logic that retrieves memory information
` [PATCH 11/13] e752x_edac: provide more info about how DIMMS/ranks are mapped
` [PATCH 12/13] edac: Rename the parent dev to pdev
` [PATCH 13/13] edac: use Documentation-nano format for some data structs

sched: WARNING: at include/linux/cpumask.h:108 select_fallback_rq+0x241/0x280()
 2012-03-29 20:32 UTC 

Is prctl(PR_SET_CHILD_SUBREAPER) going to break my code which checks getppid == 1?
 2012-03-29 20:12 UTC 

[PATCH] pagemap: remove remaining unneeded spin_lock()
 2012-03-29 20:26 UTC  (2+ messages)

[PATCH] pagemap: fix order of pmd_trans_unstable() and pmd_trans_huge_lock()
 2012-03-29 20:25 UTC  (2+ messages)

[PATCH 1/2] x86, reboot: revert stop_other_cpus to using IRQ with NMI fallback
 2012-03-29 20:24 UTC 

[PATCH] Let modpost parses vmlinux instead of vmlinux.o
 2012-03-29 20:23 UTC  (2+ messages)

[PATCH 0/3] x86, nmi: Fixes
 2012-03-29 20:11 UTC  (4+ messages)
` [PATCH 1/3] watchdog, hpwdt: Remove priority option for NMI callback
` [PATCH 2/3] x86, nmi: Add new NMI queues to deal with IO_CHK and SERR
` [PATCH 3/3] x86,nmi: Fix page faults by nmiaction if kmemcheck is enabled

[PATCH] percpu: use KERN_CONT in pcpu_dump_alloc_info()
 2012-03-29 20:11 UTC  (5+ messages)

[PATCH v17 00/15] seccomp_filter: BPF-based syscall filtering
 2012-03-29 20:02 UTC  (16+ messages)
` [PATCH v17 01/15] Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
` [PATCH v17 02/15] Fix apparmor for PR_{GET,SET}_NO_NEW_PRIVS
` [PATCH v17 03/15] sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W
` [PATCH v17 04/15] net/compat.c,linux/filter.h: share compat_sock_fprog
` [PATCH v17 05/15] seccomp: kill the seccomp_t typedef
` [PATCH v17 06/15] arch/x86: add syscall_get_arch to syscall.h
` [PATCH v17 07/15] asm/syscall.h: add syscall_get_arch
` [PATCH v17 08/15] seccomp: add system call filtering using BPF
` [PATCH v17 09/15] seccomp: remove duplicated failure logging
` [PATCH v17 10/15] seccomp: add SECCOMP_RET_ERRNO
` [PATCH v17 11/15] signal, x86: add SIGSYS info and make it synchronous
` [PATCH v17 12/15] seccomp: Add SECCOMP_RET_TRAP
` [PATCH v17 13/15] ptrace,seccomp: Add PTRACE_SECCOMP support
` [PATCH v17 14/15] x86: Enable HAVE_ARCH_SECCOMP_FILTER
` [PATCH v17 15/15] Documentation: prctl/seccomp_filter

[PATCH] /dev/mem: Add kernel config option to omit this device
 2012-03-29 20:07 UTC  (4+ messages)

[PATCH 0/6] Enhance and speed up syscall tracing
 2012-03-29 20:06 UTC  (11+ messages)
` [PATCH 4/6] trace: trace syscall in its handler not from ptrace handler

Comfirm Your Winning!
 2012-03-29 20:03 UTC 

[PATCH] MAINTAINERS: Add entry for sparse checker
 2012-03-29 20:03 UTC 

[PATCH -mm] do_migrate_pages() calls migrate_to_node() even if task is already on a correct node
 2012-03-29 20:01 UTC  (8+ messages)

[PATCH-v2] Support M95040 SPI EEPROM
 2012-03-29 20:01 UTC  (2+ messages)

[git pull] drm intel hibernation fix
 2012-03-29 19:43 UTC  (3+ messages)

linux-next: build failure after merge of the scsi tree
 2012-03-29 19:38 UTC  (13+ messages)

[git pull] PCMCIA updates for 3.4
 2012-03-29 19:32 UTC  (3+ messages)

New Tegra branch for linux-next
 2012-03-29 19:23 UTC  (2+ messages)

[GIT PULL] x86 cleanups for 3.4-rc1
 2012-03-29 19:14 UTC 

[RFC] Android Logger vs. Shared Memory FIGHT!
 2012-03-29 19:09 UTC  (10+ messages)

[GIT pull] Timer updates for 3.4
 2012-03-29 19:04 UTC 

[patch] blkcg: change a spin_lock() to spin_lock_irq()
 2012-03-29 18:57 UTC  (2+ messages)

[PATCH v2 1/3] IRQ: introduce irq_do_set_affinity() to reduce duplicated code
 2012-03-29 18:55 UTC  (4+ messages)
` [PATCH v2 2/3] IRQ,x86: normalize return value of chip->irq_set_affinity() method
` [PATCH v2 3/3] IRQ,IA64: "

[PATCH Resend] epoll: add EPOLLEXCLUSIVE support
 2012-03-29 18:54 UTC  (9+ messages)

vfs: hung task at path_openat
 2012-03-29 18:42 UTC 

[PATCH] audit: always report seccomp violations
 2012-03-29 18:27 UTC  (6+ messages)

Helpdesk Upgrade
 2012-03-29 18:12 UTC 

Correct way to include siginfo.h?
 2012-03-29 18:14 UTC  (8+ messages)

[PATCH 1/2] RFC: Prepare PAD for native and xen platform
 2012-03-29 18:08 UTC  (11+ messages)
        ` [Xen-devel] "

cgroups commit 61d1d219c4 breaks systemd
 2012-03-29 18:11 UTC  (4+ messages)
  ` [PATCH for-3.4-fixes] cgroup: cgroup_attach_task() could return -errno after success

[PATCH RFC V6 0/11] Paravirtualized ticketlocks
 2012-03-29 18:03 UTC  (6+ messages)

Message
 2012-03-29 15:10 UTC 

[PATCH 1/1] ata_piix: defer disks to the Hyper-V paravirtualised drivers by default
 2012-03-29 17:28 UTC 

[PATCH 0/9] omap randconfig fixes for v3.3
 2012-03-29 17:28 UTC  (2+ messages)

[PATCH] ftrace: Remove a superfluous check
 2012-03-29 17:27 UTC  (8+ messages)

[PATCH net] bonding: emit event when bonding changes MAC
 2012-03-29 17:19 UTC  (2+ messages)

[PATCH v2 1/2] xen: EXPORT_SYMBOL set_phys_to_machine
 2012-03-29 17:20 UTC  (2+ messages)
` [PATCH v2 2/2] xen-blkfront: set pages are FOREIGN_FRAME when sharing them

[PATCH 1/2] um: Disintegrate asm/system.h
 2012-03-29 17:18 UTC  (2+ messages)
` [PATCH 2/2] um: Use asm-generic/switch_to.h

[RFC 00/15] perf: Add backtrace post dwarf unwind
 2012-03-29 17:04 UTC  (2+ messages)

[PATCH 00/16 v2] cleanup atmel_mxt_ts
 2012-03-29 16:49 UTC  (17+ messages)
` [PATCH 01/16 v2] Input: atmel_mxt_ts - use CONFIG_PM_SLEEP
` [PATCH 02/16 v2] Input: atmel_mxt_ts - only allow root to update firmware
` [PATCH 03/16 v2] Input: atmel_mxt_ts - refactor mxt_read/write_reg to take a length
` [PATCH 04/16 v2] Input: atmel_mxt_ts - store actual size and instance
` [PATCH 05/16 v2] Input: atmel_mxt_ts - verify object size in mxt_write_object
` [PATCH 06/16 v2] Input: atmel_mxt_ts - do not read extra (checksum) byte
` [PATCH 07/16 v2] Input: atmel_mxt_ts - dump each message on just 1 line
` [PATCH 08/16 v2] Input: atmel_mxt_ts - refactor mxt_object_show
` [PATCH 09/16 v2] Input: atmel_mxt_ts - optimize writing of object table entries
` [PATCH 10/16 v2] Input: atmel_mxt_ts - refactor get info
` [PATCH 11/16 v2] Input: atmel_mxt_ts - refactor reading object table
` [PATCH 12/16 v2] Input: atmel_mxt_ts - simplify event reporting
` [PATCH 13/16 v2] Input: atmel_mxt_ts - cache T9 reportid range when reading object table
` [PATCH 14/16 v2] Input: atmel_mxt_ts - parse vector field of data packets
` [PATCH 15/16 v2] Input: atmel_mxt_ts - send all MT-B slots in one input report
` [PATCH 16/16 v2] Input: atmel_mxt_ts - parse T6 reports

[PATCH] x86, acpi/irq: Minor readability cleanup of gsi_to_irq()
 2012-03-29 16:48 UTC 

[PATCH v2 0/3] normalize return value of chip->irq_set_affinity() method
 2012-03-29 16:36 UTC  (2+ messages)
` [PATCH v2 1/3] IRQ: introduce irq_do_set_affinity() to reduce duplicated code

linux-next: Tree for Mar 29
 2012-03-29 16:38 UTC  (4+ messages)
` [PATCH -next] hid: fix WACOM Kconfig warning
` linux-next: Tree for Mar 29 (radio + snd)

[PATCH 00/13] KVM: MMU: fast page fault
 2012-03-29 16:24 UTC  (7+ messages)
` [PATCH 05/13] KVM: MMU: reset shadow_mmio_mask
` [PATCH 08/13] KVM: MMU: fask check whether page is writable

[PATCH] UBI: allow atomic updates to sychronously erase old PEB
 2012-03-29 16:24 UTC  (2+ messages)

[PATCH] x86, kdump: No need to disable ioapic in crash path
 2012-03-29 16:02 UTC  (2+ messages)

linux-next: Tree for Mar 28
 2012-03-29 16:00 UTC  (5+ messages)
` [PATCH] sound: fix oss/msnd_pinnacle module param type
` [PATCH] sound: fix isa/opti9xx "

[PATCH] cgroup: update MAINTAINERS entry
 2012-03-29 15:53 UTC  (2+ messages)

[PATCH 1/1] input: keyboard: Set configuration registers
 2012-03-29 15:49 UTC  (11+ messages)

[PATCH 2/5] arm: Use the plat_nand default partition parser
 2012-03-29 15:47 UTC  (2+ messages)

[RFC] perf tools: Including pre-generated flex files
 2012-03-29 15:45 UTC  (5+ messages)

[PATCH] jffs2: Fix lock acquisition order bug in gc path
 2012-03-29 15:38 UTC  (2+ messages)

[PATCH 0/8] NFSd: precursor and cleanup patch set
 2012-03-29 15:36 UTC  (3+ messages)

[PATCH] NFSd: remove hard-coded dereferences to name-to-id and id-to-name caches
 2012-03-29 15:34 UTC 

[PATCH] ext3: update documentation with barrier=1 default
 2012-03-29 15:29 UTC  (3+ messages)

Corrupted files after suspend to disk
 2012-03-29 15:23 UTC  (14+ messages)

[PATCH] xen-blkfront: set pages are FOREIGN_FRAME when sharing them
 2012-03-29 15:17 UTC  (4+ messages)
` [Xen-devel] "

nfsd changes for 3.4
 2012-03-29 15:21 UTC 

[PATCH 00/20] cleanup atmel_mxt_ts
 2012-03-29 15:20 UTC  (4+ messages)
` [PATCH 19/20] Input: atmel_mxt_ts - remove mxt_make_highchg and parse T6 report

(no subject)
 2012-03-29 15:18 UTC 

[PATCH 1/1] x86: Fixed MCS7820 device attach problem
 2012-03-29 15:13 UTC  (4+ messages)
  ` Patch "USB: serial: mos7840: Supported MCS7810 device"

HI
 2012-03-29 15:07 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).