linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-16 17:26:15 to 2013-04-17 01:24:13 UTC [more...]

[PATCH 0/2] posix_timers: A few expiry caching fixes
 2013-04-17  1:24 UTC  (2+ messages)
` [PATCH 1/2] posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule()

[patch v7 0/21] sched: power aware scheduling
 2013-04-17  1:18 UTC  (12+ messages)

[PATCH v2 0/6] mm/hugetlb: gigantic hugetlb page pools shrink supporting
 2013-04-17  1:11 UTC  (8+ messages)
` [PATCH v2 1/6] mm/hugetlb: introduce new sysctl knob which control gigantic page pools shrinking
` [PATCH v2 2/6] mm/hugetlb: update_and_free_page gigantic pages awareness
` [PATCH v2 3/6] mm/hugetlb: enable gigantic hugetlb page pools shrinking
` [PATCH v2 4/6] mm/hugetlb: use already exist huge_page_order() instead of h->order
` [PATCH v2 5/6] mm/hugetlb: remove redundant hugetlb_prefault
` [PATCH v2 6/6] mm/hugetlb: use already exist interface huge_page_shift

[PATCH RESEND 1/8] rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_ops
 2013-04-17  1:09 UTC  (8+ messages)
` [PATCH RESEND 2/8] rtc: rtc-bfin: convert bfin_rtc_driver "
` [PATCH RESEND 3/8] rtc: rtc-coh901331: convert coh901331_driver "
` [PATCH RESEND 4/8] rtc: rtc-omap: convert omap_rtc_driver "
` [PATCH RESEND 5/8] rtc: rtc-puv3: convert puv3_rtc_driver "
` [PATCH RESEND 6/8] rtc: rtc-spear: convert spear_rtc_driver "
` [PATCH RESEND 7/8] rtc: rtc-stmp3xxx: convert stmp3xxx_rtcdrv "
` [PATCH RESEND 8/8] rtc: rtc-twl: convert twl4030rtc_driver "

[PATCH RESEND 1/3] backlight: omap1: convert omapbl to dev_pm_ops
 2013-04-17  1:04 UTC  (3+ messages)
` [PATCH RESEND 2/3] backlight: tosa: convert tosa "
` [PATCH RESEND 3/3] backlight: vgg2432a4: convert vgg2432a4_driver "

[PATCH 00/28] Privatise procfs internals [RFC]
 2013-04-17  1:02 UTC  (43+ messages)
` [PATCH 01/28] Include missing linux/slab.h inclusions [RFC]
` [PATCH 02/28] Include missing linux/magic.h "
` [PATCH 03/28] proc: Split kcore bits from linux/procfs.h into linux/kcore.h [RFC]
` [PATCH 04/28] proc: Supply PDE attribute setting accessor functions [RFC]
` [PATCH 05/28] proc: Uninline pid_delete_dentry() [RFC]
` [PATCH 06/28] proc: Move proc_fd() to fs/proc/fd.h [RFC]
` [PATCH 07/28] proc: Split the namespace stuff out into linux/proc_ns.h [RFC]
` [PATCH 08/28] proc: Move PDE_NET() to fs/proc/proc_net.c [RFC]
` [PATCH 09/28] proc: Move some bits from linux/proc_fs.h to linux/{of.h, signal.h, tty.h} [RFC]
` [PATCH 10/28] proc: Add proc_mkdir_data() [RFC]
` [PATCH 11/28] rtl8187se: Use a dir under /proc/net/r8180/ [RFC]
` [PATCH 12/28] rtl8192u: Don't need to save device proc dir PDE [RFC]
` [PATCH 13/28] airo: Use remove_proc_subtree() [RFC]
` [PATCH 14/28] proc: Supply an accessor for getting the data from a PDE's parent [RFC]
` [PATCH 15/28] reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show() [RFC]
` [PATCH 16/28] zoran: Don't print proc_dir_entry data in debug [RFC]
` [PATCH 17/28] drm: Constify drm_proc_list[] [RFC]
` [PATCH 18/28] drm: proc: Use minor->index to label things, not PDE->name [RFC]
` [PATCH 19/28] drm: proc: Use remove_proc_subtree() [RFC]
` [PATCH 20/28] hostap: "
` [PATCH 21/28] dgrp: Clean up the use of procfs [RFC]
` [PATCH 22/28] ppc: Clean up rtas_flash driver somewhat [RFC]
` [PATCH 23/28] ppc: Clean up scanlog [RFC]
` [PATCH 24/28] proc: Supply an accessor to get the name in a proc_dir_entry struct [RFC]
` [PATCH 25/28] proc: Supply an accessor to get the process ID associated with some proc files [RFC]
` [PATCH 26/28] proc: Supply a function to remove a proc entry by PDE [RFC]
` [PATCH 27/28] proc: Make the PROC_I() and PDE() macros internal to procfs [RFC]
` [PATCH 28/28] proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h [RFC]

[PATCH] ARM: dts: omap3-beagle-xm: Add USB Host support for Rev Ax/Bx
 2013-04-17  0:52 UTC  (3+ messages)

[PATCH 00/26] Eliminate create_proc_read_entry() [RFC]
 2013-04-17  0:41 UTC  (6+ messages)
` [PATCH 19/26] sh: Don't use "

[PATCH] x86: Add a Kconfig shortcut for a kvm-bootable kernel
 2013-04-17  0:38 UTC  (5+ messages)

[Bug fix PATCH v3] Reusing a resource structure allocated by bootmem
 2013-04-17  0:36 UTC  (2+ messages)

[PATCH v2 0/6] Chainsaw efivars.c
 2013-04-17  0:30 UTC  (8+ messages)
` [PATCH v2 1/6] efi: move utf16 string functions to efi.h
` [PATCH v2 2/6] efivars: Keep a private global pointer to efivars
` [PATCH v2 3/6] efivars: efivar_entry API
` [PATCH 4/6] efivars: Move pstore code into the new EFI directory
` [PATCH 5/6] efivarfs: Move to fs/efivarfs
` [PATCH 6/6] efi: split efisubsystem from efivars

[GIT PULL] KVM fixes for 3.9-rc7
 2013-04-17  0:28 UTC 

[RFC 4/7] Docs: Add info on supported kernels to REPORTING-BUGS
 2013-04-17  0:24 UTC  (2+ messages)

[Bug fix PATCH v2] Reusing a resource structure allocated by bootmem
 2013-04-17  0:14 UTC  (3+ messages)

[PATCH] um: set CONFIG_LOCKDEP_SUPPORT to CONFIG_LOCKDEP
 2013-04-17  0:09 UTC 

[PATCH 0/5] kill ptrace_{get,put}_breakpoints()
 2013-04-17  0:06 UTC  (4+ messages)

[Bug fix PATCH] resource: Reusing a resource structure allocated by bootmem
 2013-04-17  0:02 UTC  (3+ messages)

adding rpmsg.git to linux next
 2013-04-17  0:02 UTC  (4+ messages)

[PATCH v9 00/16] Get rid of the ACPI PCI subdriver mechanism
 2013-04-17  0:00 UTC  (5+ messages)
` [PATCH v9 09/16] PCI, x86: implement pcibios_{add|remove}_bus() hooks

[PATCH] TPM: Retry SaveState command in suspend path
 2013-04-16 23:57 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update Grant's email address and maintainership
 2013-04-16 23:52 UTC  (2+ messages)

system administrator
 2013-04-17 23:15 UTC 

ipc,sem: sysv semaphore scalability
 2013-04-16 23:30 UTC  (11+ messages)

[PATCH 0/4] Patchset to use PCLMULQDQ to accelerate CRC-T10DIF checksum computation
 2013-04-16 16:20 UTC  (5+ messages)
` [PATCH 1/4] Wrap crc_t10dif function all to use crypto transform framework
` [PATCH 2/4] Accelerated CRC T10 DIF computation with PCLMULQDQ instruction
` [PATCH 3/4] Glue code to cast accelerated CRCT10DIF assembly as a crypto transform
` [PATCH 4/4] Simple correctness and speed test for CRCT10DIF hash

[PATCH 0/5] mm: Ability to monitor task memory changes (v3)
 2013-04-16 23:24 UTC  (8+ messages)
` [PATCH 5/5] mm: Soft-dirty bits for user memory changes tracking
` [PATCH 7/5] mem-soft-dirty: Reshuffle CONFIG_ options to be more Arch-friendly

[PATCH v2 0/6] kernel ASLR
 2013-04-16 23:22 UTC  (9+ messages)
` [PATCH 4/6] x86: relocs: build separate 32/64-bit tools
  ` [tip:x86/kaslr] x86, relocs: Build "
  ` [tip:x86/kaslr] x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELF

[PATCH 3/6] x86: relocs: add 64-bit ELF support to relocs tool
 2013-04-16 23:19 UTC  (2+ messages)
` [tip:x86/kaslr] x86, relocs: Add "

[PATCH 2/6] x86: relocs: consolidate processing logic
 2013-04-16 23:18 UTC  (2+ messages)
` [tip:x86/kaslr] x86, relocs: Consolidate "

[PATCH 1/6] x86: relocs: generalize Elf structure names
 2013-04-16 23:17 UTC  (2+ messages)
` [tip:x86/kaslr] x86, relocs: Generalize ELF "

[PATCH] x86,efi: Implement efi_no_storage_paranoia parameter
 2013-04-16 23:16 UTC  (2+ messages)

[PATCH] Input: trackpoint - Optimize trackpoint init to use power-on reset
 2013-04-16 23:09 UTC  (4+ messages)

[PATCH] [media] uvcvideo: quirk PROBE_DEF for Dell Studio / OmniVision webcam
 2013-04-16 23:05 UTC  (2+ messages)

[PATCH v3] clk: add PowerPC corenet clock driver support
 2013-04-16 22:27 UTC  (3+ messages)
  `  "

[PATCH v2 0/4] remove GENERIC_GPIO
 2013-04-16 22:11 UTC 

[PATCH] irq: add quirk for broken interrupt remapping on 55XX chipsets
 2013-04-16 22:08 UTC  (8+ messages)
` [PATCH v9] "
` [PATCH v10] "

[Patch 1/1] cciss: bug fix, prevent cciss from loading in kdump kernel
 2013-04-16 22:00 UTC  (2+ messages)

[PATCH 0/2] ptrace/x86: simplify ptrace_write_dr7()
 2013-04-16 22:00 UTC  (5+ messages)
` [PATCH 2/2] ptrace/x86: dont delay perf_event_disable() till second pass in ptrace_write_dr7()

[RFC 0/7] Update REPORTING-BUGS
 2013-04-16 21:58 UTC  (3+ messages)

[PATCH net] hyperv: Fix a compiler warning in netvsc_send()
 2013-04-16 22:25 UTC 

[PATCH] um: Use generic idle loop
 2013-04-16 21:53 UTC 

[PATCH 1/2] regulator: core: return err value for regulator_get if there is no DT binding
 2013-04-16 21:45 UTC  (2+ messages)
` [PATCH V2 "

[PATCH] devcg: remove parent_cgroup
 2013-04-16 21:10 UTC  (4+ messages)

[PATCH v2] kvm: nVMX: check vmcs12 for valid activity state
 2013-04-16 21:22 UTC  (2+ messages)

[PATCH] kvm: Allow build-time configuration of KVM device assignment
 2013-04-16 21:17 UTC  (2+ messages)

[PATCH 0/3] Little error fix and cleanup
 2013-04-16 21:16 UTC  (3+ messages)
` [PATCH 2/3] mem-hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_MEMORY_HOTREMOVE

sched/cputime: sig->prev_stime underflow
 2013-04-16 21:05 UTC  (7+ messages)

[PROBLEM] perf requires python-devel to compile
 2013-04-16 20:41 UTC  (6+ messages)

[PATCH net] hyperv: Fix a compiler warning in netvsc_send()
 2013-04-16 20:45 UTC  (7+ messages)

[PATCH] neighbour: Convert NEIGH_PRINTK to neigh_dbg
 2013-04-16 20:42 UTC  (2+ messages)

Bonding driver has bad load balancing for forwarded traffic, 3.7+
 2013-04-16 20:39 UTC  (4+ messages)

[RFC] Pinctrl: driver design supporting gpiolib
 2013-04-16 20:18 UTC 

OOM-killer and strange RSS value in 3.9-rc7
 2013-04-16 20:16 UTC  (2+ messages)

[PATCH] clk: Always notify whole subtree when reparenting
 2013-04-16 20:13 UTC  (2+ messages)

[PATCH] fixes for v3.10 in the CPU hotplug patch (v1)
 2013-04-16 20:09 UTC  (10+ messages)
` [PATCH 1/9] xen/smp: Fix leakage of timer interrupt line for every CPU online/offline
` [PATCH 2/9] xen/smp/spinlock: Fix leakage of the spinlock "
` [PATCH 3/9] xen/time: Fix kasprintf splat when allocating timer%d IRQ line
` [PATCH 4/9] xen/events: Check that IRQ value passed in is valid
` [PATCH 5/9] xen/time: Add default value of -1 for IRQ and check for that
` [PATCH 6/9] xen/spinlock: Check against default value of -1 for IRQ line
` [PATCH 7/9] xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM
` [PATCH 8/9] xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one
` [PATCH 9/9] xen/smp: Unifiy some of the PVs and PVHVM offline CPU path

[PATCH] fuse: use kernel headers when __KERNEL__ is set
 2013-04-16 20:00 UTC  (9+ messages)

[PATCH] lowmemorykiller: prevent multiple instances of low memory killer
 2013-04-16 20:00 UTC  (11+ messages)

dm-crypt parallelization patches
 2013-04-16 19:41 UTC  (12+ messages)
  ` [PATCH] make dm and dm-crypt forward cgroup context (was: dm-crypt parallelization patches)
      ` [PATCH v2] "

[PATCH] [BZ905179] audit: omit check for uid and gid validity in audit rules and data
 2013-04-16 19:38 UTC  (4+ messages)

[PATCH] clk: exynos5250: Fix divider values for sclk_mmc{0,1,2,3}
 2013-04-16 19:35 UTC  (4+ messages)

linux-next: manual merge of the mfd tree with the v4l-dvb tree
 2013-04-16 19:23 UTC  (6+ messages)

Build regressions/improvements in v3.9-rc7
 2013-04-16 18:56 UTC  (2+ messages)

[PATCH] futex: bugfix for futex-key conflict when futex use hugepage
 2013-04-16 18:47 UTC  (4+ messages)

[PATCH V2] gpio: palmas: add dt support
 2013-04-16 18:44 UTC  (2+ messages)

[patch 05/34] idle: Implement generic idle function
 2013-04-16 18:35 UTC  (6+ messages)
` [tip:smp/hotplug] "
        ` [PATCH] ia64: Make sure interrupts enabled when we "safe_halt()"

[PATCH v3 linux-next] cpufreq: ondemand: Calculate gradient of CPU load to early increase frequency
 2013-04-16 18:34 UTC  (9+ messages)

[PATCH] PCI / PM: Fix fallback to PCI_D0 in pci_platform_power_transition()
 2013-04-16 18:31 UTC  (5+ messages)

[PATCH 0/5] fuse: close file synchronously
 2013-04-16 18:13 UTC  (3+ messages)

[PATCH 1/3] kernel/srcu: merge common code into a macro
 2013-04-16 18:20 UTC  (8+ messages)
` [PATCH 2/3] kernel/SRCU: provide a static initializer

[PATCH v3] edac: Handle EDAC ECC errors for Family 16h
 2013-04-16 18:18 UTC  (4+ messages)

[PATCH 1/2] gpio: samsung: Remove OF support for s3c24xx
 2013-04-16 18:13 UTC  (2+ messages)

RT thread migration (?) problem
 2013-04-16 18:10 UTC  (2+ messages)

[PATCH] mm: mmu_notifier: re-fix freed page still mapped in secondary MMU
 2013-04-16 18:08 UTC  (7+ messages)

[PATCH v2 0/5] dmaengine: add ACPI DMA helpers and use them in dw_dmac
 2013-04-16 18:11 UTC  (4+ messages)

"rcu_sched self-detected stall on CPU" on highload dns servers
 2013-04-16 18:03 UTC 

New AIO API
 2013-04-16 17:48 UTC  (4+ messages)

linux-next: manual merge of the pm tree with the pci tree
 2013-04-16 17:53 UTC  (2+ messages)

[RFC] sound: ASoC: multiple DAIs/codecs on single audio stream
 2013-04-16 17:45 UTC 

[PATCH 0/4] Some kconfig improvements and fixes
 2013-04-16 17:43 UTC  (5+ messages)
` [PATCH 1/4] kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h
` [PATCH 2/4] kconfig: allow specifying the seed for randconfig
` [PATCH 3/4] kconfig: implement KCONFIG_PROBABILITY "
` [PATCH 4/4] kconfig: do randomise choice entries in presence of KCONFIG_ALLCONFIG

[PATCH 2/2] rpmsg: fix kconfig dependencies for VIRTIO
 2013-04-16 17:25 UTC 

[PATCH 1/2] remoteproc: fix kconfig dependencies for VIRTIO
 2013-04-16 17:25 UTC 

[PATCH 0/2] remoteproc/rpmsg: fix kconfig dependencies for VIRTIO
 2013-04-16 17:24 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).