linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-09 17:48:17 to 2013-05-09 22:33:12 UTC [more...]

[ 00/73] 3.8.13-stable review
 2013-05-09 22:32 UTC  (16+ messages)
` [ 01/73] xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irq
` [ 02/73] powerpc: Emulate non privileged DSCR read and write
` [ 03/73] powerpc: fix numa distance for form0 device tree
` [ 10/73] perf/x86/intel: Fix unintended variable name reuse
` [ 11/73] perf/x86/intel/lbr: Fix LBR filter
` [ 13/73] PCI/PM: Clear state_saved during suspend
` [ 18/73] netfilter: nf_nat: fix race when unloading protocol modules
` [ 22/73] netfilter: nf_ct_helper: dont discard helper if it is actually the same
` [ 23/73] netfilter: ctnetlink: dont permit ct creation with random tuple
` [ 24/73] netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too
` [ 27/73] r8169: fix 8168evl frame padding
` [ 31/73] drm/cirrus: deal with bo reserve fail in dirty update path
` [ 32/73] drm/mgag200: "
` [ 33/73] drm/gma500: fix backlight hotkeys behaviour on netbooks
` [ 42/73] drm/i915: set CPT FDI RX polarity bits based on VBT

[ 00/73] 3.9.2-stable review
 2013-05-09 22:26 UTC  (39+ messages)
` [ 01/73] xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irq
` [ 02/73] powerpc: Emulate non privileged DSCR read and write
` [ 03/73] powerpc/tm: Fix null pointer deference in flush_hash_page
` [ 04/73] powerpc: fix numa distance for form0 device tree
` [ 14/73] perf/x86/intel: Fix unintended variable name reuse
` [ 15/73] perf/x86: Blacklist all MEM_*_RETIRED events for Ivy Bridge
` [ 16/73] perf/x86/intel/lbr: Fix LBR filter
` [ 17/73] perf/x86/intel/lbr: Demand proper privileges for PERF_SAMPLE_BRANCH_KERNEL
` [ 29/73] drm: prime: fix refcounting on the dmabuf import error path
` [ 30/73] drm/prime: keep a reference from the handle to exported dma-buf (v6)
` [ 34/73] drm/i915: Fix SDVO connector and encoder get_hw_state functions
` [ 39/73] drm/i915: ensure single initialization and cleanup of backlight device
` [ 40/73] drm/i915: dont intel_crt_init on any ULT machines
` [ 41/73] drm/i915: Fixup Oops in the pipe config computation
` [ 47/73] drm/radeon/dce6: add missing display reg for tiling setup
` [ 48/73] drm/radeon: update wait_for_vblank for r5xx-r7xx
` [ 50/73] drm/radeon: properly lock disp in mc_stop/resume for evergreen+
` [ 51/73] drm/radeon: properly lock disp in mc_stop/resume for r5xx-r7xx
` [ 52/73] drm/radeon: update wait_for_vblank for r1xx-r4xx
` [ 53/73] drm/radeon: disable the crtcs in mc_stop (evergreen+) (v2)
` [ 54/73] drm/radeon: add some new SI PCI ids
` [ 55/73] drm/radeon/evergreen+: dont enable HPD interrupts on eDP/LVDS
` [ 56/73] drm/radeon: cleanup properly if mmio mapping fails
` [ 59/73] drm/radeon: Always flush the VM
` [ 60/73] drm/radeon: disable the crtcs in mc_stop (r5xx-r7xx) (v2)
` [ 61/73] drm/radeon: fix endian bugs in atom_allocate_fb_scratch()
` [ 62/73] drm/radeon: fix possible segfault when parsing pm tables
` [ 63/73] drm/radeon: add new richland pci ids
` [ 64/73] drm/radeon: fix handling of v6 power tables
` [ 65/73] drm/tilcdc: Fix an incorrect condition
` [ 66/73] tracing: Fix ftrace_dump()
` [ 67/73] Btrfs: compare relevant parts of delayed tree refs
` [ 68/73] Btrfs: fix extent logging with O_DIRECT into prealloc
` [ 69/73] EDAC: Dont give write permission to read-only files
` [ 70/73] PCI: Delay final fixups until resources are assigned
` [ 71/73] qmi_wwan/cdc_ether: add device IDs for Dell 5804 (Novatel E371) WWAN card
` [ 72/73] NFSv4.x: Fix handling of partially delegated locks
` [ 73/73] kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_trees()

[RFC][PATCH 0/7] mm: Batch page reclamation under shink_page_list
 2013-05-09 22:19 UTC  (7+ messages)
` [RFC][PATCH 1/7] defer clearing of page_private() for swap cache pages
` [RFC][PATCH 5/7] create __remove_mapping_batch()

NULL pointer dereference in xhci_free_dev
 2013-05-09 22:15 UTC  (2+ messages)

[PATCH 00/14] Add blockconsole version 1.1 (try 3)
 2013-05-09 20:45 UTC  (19+ messages)
` [PATCH 01/14] do_mounts: constify name_to_dev_t parameter
` [PATCH] mpt2sas/mpt3sas: prevent double free on error path
` [PATCH] mpt2sas: "
` [PATCH 02/14] add blockconsole version 1.1
` [PATCH 03/14] printk: add CON_ALLDATA console flag
` [PATCH 04/14] netconsole: use CON_ALLDATA
` [PATCH 05/14] blockconsole: "
` [PATCH 06/14] bcon: add a release work struct
` [PATCH 07/14] bcon: check for hdparm in bcon_tail
` [PATCH 08/14] blockconsole: Allow to pass a device file path to bcon_tail
` [PATCH 09/14] bcon: remove version 1.0 support
` [PATCH 10/14] blockconsole: Fix undefined MAX_RT_PRIO
` [PATCH 11/14] blockconsole: Rename device_lock with bc_device_lock
` [PATCH 12/14] blockconsole: Mark a local work struct static
` [PATCH 13/14] bcon: Fix wrap-around behaviour
` [PATCH 14/14] netconsole: s/syslogd/cancd/ in documentation
` [PATCH 0/9] Add blockconsole version 1.1 (try 2)

[PATCH 00/11] tracing: bugfix and kprobe-based dynamic event updates
 2013-05-09 22:09 UTC  (4+ messages)
` [PATCH 03/11] ftrace: Cleanup regex_lock and ftrace_lock around hash updating

[PATCH] ARM: exynos: defconfig update
 2013-05-09 22:07 UTC  (2+ messages)

Kindly download and read attachment for details
 2013-05-09 21:44 UTC 

[PATCH -v8 00/11] Shutdown from reboot_cpuid without stopping other cpus
 2013-05-09 22:01 UTC  (3+ messages)
` [PATCH -v8 01/11] CPU hotplug: Provide a generic helper to disable/enable CPU hotplug

[linux-next-20130422] Bug in SLAB?
 2013-05-09 21:54 UTC  (6+ messages)

[uclinux-dist-devel] [GIT PULL] Blackfin updates for 3.10
 2013-05-09 21:53 UTC  (2+ messages)

[ANNOUNCE] Git v1.8.2.3
 2013-05-09 21:53 UTC 

[PATCH 01/12] fbdev: FB_GOLDFISH should depend on HAS_DMA
 2013-05-09 21:33 UTC  (13+ messages)
` [PATCH 02/12] [SCSI] SCSI_UFSHCD should depend on SCSI_DMA
` [PATCH 03/12] net/ethernet: NET_CALXEDA_XGMAC should depend on HAS_DMA
` [PATCH 04/12] net/ethernet: STMMAC_ETH "
` [PATCH 05/12] net/wireless: ATH9K "
` [PATCH 06/12] mtd: MTD_NAND_DENALI "
` [PATCH 07/12] net/ethernet: ARM_AT91_ETHER "
` [PATCH 08/12] net/ethernet: MACB "
` [PATCH 09/12] uio: UIO_DMEM_GENIRQ "
` [PATCH 10/12] caif: CAIF_VIRTIO "
` [PATCH 11/12] drm: DRM "
` [PATCH 12/12] staging: COMEDI "

[perf] Introducing Quipper, a C++ perf reader library
 2013-05-09 21:28 UTC 

[RFC v2 0/2] virtio_balloon: auto-ballooning support
 2013-05-09 21:15 UTC  (5+ messages)
` [RFC 1/2] virtio_balloon: move balloon_lock mutex to callers
` [RFC 2/2] virtio_balloon: auto-ballooning support

rcu_preempt running flat out on idle desktop
 2013-05-09 21:10 UTC  (3+ messages)

[PATCH] ipc,sem: fix semctl(..., GETNCNT)
 2013-05-09 20:59 UTC 

[PATCH] MAINTAINERS: update Hyper-V file list
 2013-05-09 21:34 UTC 

[PATCH] bcache: Fix incompatible pointer type warning
 2013-05-09 20:57 UTC  (2+ messages)

[PATCH] ipc,sem: fix semctl(..., GETZCNT)
 2013-05-09 20:53 UTC 

[GIT PULL] ARM: arm-soc fixes and a few straggler patches for 3.10
 2013-05-09 20:54 UTC 

[PATCH] h8300: Fill the system call table using a CALL() macro
 2013-05-09 20:52 UTC 

[PATCH -v8 00/11] Shutdown from reboot_cpuid without stopping other cpus
 2013-05-09 20:51 UTC  (13+ messages)
` [PATCH -v9 01/11] CPU hotplug: Provide a generic helper to disable/enable CPU hotplug
` [PATCH -v9 02/11] Migrate shutdown/reboot to boot cpu
` [PATCH -v9 03/11] Remove -stable friendly PF_THREAD_BOUND define
` [PATCH -v9 04/11] Move shutdown/reboot related functions to kernel/reboot.c
` [PATCH -v9 05/11] checkpatch.pl the new kernel/reboot.c file
` [PATCH -v9 06/11] x86, prepare reboot_mode for moving to generic kernel code
` [PATCH -v9 07/11] unicore32, "
` [PATCH -v9 08/11] arm, Remove unused restart_mode fields from some arm subarchs
` [PATCH -v9 09/11] arm, prepare reboot_mode for moving to generic kernel code
` [PATCH -v9 10/11] arm, change reboot_mode to use enum reboot_mode
` [PATCH -v9 11/11] Move arch/x86 reboot= handling to generic kernel

dm-cache not writing out cache metadata at reboot?
 2013-05-09 20:47 UTC  (6+ messages)
    ` [PATCH 1/2] dmcache: flush superblock stats when retrieving status info
    ` [PATCH 2/2] dmcache: Implement a flush message

[git pull] more vfs.git stuff
 2013-05-09 20:46 UTC  (6+ messages)

[PATCH V2] ARM: bcm281xx: Add L2 support for Rev A2 chips
 2013-05-09 20:44 UTC  (2+ messages)

[PATCH 0/3] Fix disable of unused clk/regulator with deferred probe
 2013-05-09 18:39 UTC  (14+ messages)
` [PATCH 1/3] driver core: Add API to wait for deferred probe to complete during init
` [PATCH v2 1/2] clk: Disable unused clocks after deferred probing is done
` [PATCH 2/2] regulator: core: Disable unused regulators "

[patch net] macvlan: fix passthru mode race between dev removal and rx path
 2013-05-09 20:35 UTC  (2+ messages)

[PATCH] mm, MIPS: fix a bug caused by free_initmem_default()
 2013-05-09 20:33 UTC  (2+ messages)

[GIT PULL] parisc updates for v3.10
 2013-05-09 20:31 UTC  (3+ messages)

[PATCH 0/3] pm: Introduce __pm to mark power management code
 2013-05-09 20:30 UTC  (7+ messages)

[PATCH] ARM: exynos: dts: Fixed vbus-gpios
 2013-05-09 20:25 UTC  (2+ messages)

[PULL REQUEST] NVMe driver updates
 2013-05-09 20:20 UTC 

[PATCH v2] aerdrv: Move cper_print_aer() call out of interrupt context
 2013-05-09 20:24 UTC  (2+ messages)

[PATCH v3] mm: remove compressed copy from zram in-memory
 2013-05-09 20:15 UTC  (2+ messages)

[PATCH] kernel/audit_tree.c: tree will memory leak when failure occurs for audit_trim_trees()
 2013-05-09 20:11 UTC  (4+ messages)
  ` [PATCH v2] kernel: audit_tree: resource management: need put_tree and goto Err when failure occures

[PATCH v2 0/3] clk: implement remuxing during set_rate
 2013-05-09 20:01 UTC  (6+ messages)
` [PATCH v2 2/3] clk: add support for clock reparent on set_rate

lockdep: BUG: key ffff880436f00330 not in .data!
 2013-05-09 20:01 UTC  (3+ messages)

[RFC/PATCH v2 0/8] Clean up write-combining MTRR addition
 2013-05-09 19:46 UTC  (9+ messages)
` [RFC/PATCH v2 1/8] Add arch_phys_wc_{add,del} to manipulate WC MTRRs if needed
` [RFC/PATCH v2 2/8] drm (ast,cirrus,mgag200,nouveau,savage,vmwgfx): Remove drm_mtrr_{add,del}
` [RFC/PATCH v2 3/8] drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRs
` [RFC/PATCH v2 4/8] drm,agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optional
` [RFC/PATCH v2 5/8] i915: Use arch_phys_wc_{add,del}
` [RFC/PATCH v2 6/8] radeon: Switch to arch_phys_wc_add and add a missing ..._del
` [RFC/PATCH v2 7/8] uvesafb: Clean up MTRR code
` [RFC/PATCH v2 8/8] drm: Remove mtrr_add and mtrr_del fallback hack for non-MTRR systems

[PATCH 0/9] perf: Adding better precise_ip field handling
 2013-05-09 19:43 UTC  (3+ messages)
` [PATCH 5/9] perf tools: Set maximum precise value for event 'p' modifier

[PATCH 00/27] Block cleanups - prep work for immutable bio vecs/dio rewrite
 2013-05-09 19:43 UTC  (3+ messages)
` [PATCH 04/27] block: Convert integrity to bvec_alloc_bs()

[PATCH v2] lpc_ich: Watchdog/GPIO patch for Intel Avoton SoC
 2013-05-09 19:38 UTC 

[PATCH] w1: ds2408: add magic sequence to disable P0 test mode
 2013-05-09 19:33 UTC  (4+ messages)
` [PATCH V2] "

[PATCH RESEND 0/4] usb: fix four memleak
 2013-05-09 19:29 UTC  (4+ messages)
` [PATCH RESEND 4/4] usb: tilegx: fix memleak when create hcd fail

[PATCH RESEND 1/4] usb: ehci-s5p: fix memleak when devm_usb_get_phy fail
 2013-05-09 19:29 UTC  (2+ messages)

[PATCH RESEND 3/4] usb: ohci: fix goto wrong tag in err case
 2013-05-09 19:27 UTC  (2+ messages)

[PATCH v2] perf: detect when perf.data file not closed out properly
 2013-05-09 19:27 UTC 

[GIT PULL] Btrfs
 2013-05-09 19:26 UTC 

[PATCHv10 0/4] zswap: compressed swap caching
 2013-05-09 19:24 UTC  (4+ messages)
` [PATCHv10 1/4] debugfs: add get/set for atomic types

[GIT PULL] XFS updates (#2) for 3.10-rc1
 2013-05-09 19:23 UTC 

[PATCH] aerdrv: Move cper_print_pcie() out of interrupt context
 2013-05-09 19:24 UTC  (4+ messages)

[GIT PULL] ACPI fixes for v3.10-rc1
 2013-05-09 19:18 UTC 

BUG: spinlock recursion on CPU#0, rngd/899
 2013-05-09 19:06 UTC 

[PATCHv2 0/4] mailbox: Common API
 2013-05-09 18:49 UTC  (8+ messages)
` [PATCHv2 2/4] mailbox: Introduce a new common API

[PATCHv2] ARM:dts:omap4-panda:Update the LED support for the panda DTS
 2013-05-09 18:45 UTC  (6+ messages)

[PATCH v4 00/22] x86, ACPI, numa: Parse numa info early
 2013-05-09 18:24 UTC  (4+ messages)

[PATCH] mtip32xx: Add SRSI support
 2013-05-09 18:18 UTC 

[PATCH v2] ARM: exynos: Select PINCTRL_EXYNOS for exynos4/5 at arch level
 2013-05-09 18:12 UTC  (2+ messages)
` [PATCH v3] ARM: exynos: Select PINCTRL_EXYNOS for exynos4/5 at chip level

[GIT PULL] tile changes for v3.10
 2013-05-09 18:15 UTC 

[systemd-devel] [PATCH 2/2] coredump: Handle programs with spaces in COMM
 2013-05-09 18:10 UTC  (3+ messages)

[PATCH 0/7] Put "Kernel hacking" Kconfig menu on a diet
 2013-05-09 18:12 UTC  (3+ messages)

[git pull] GENERIC_GPIO removal
 2013-05-09 18:11 UTC  (3+ messages)

[PATCH] ARM: exynos: Select PINCTRL_EXYNOS for exynos5
 2013-05-09 18:11 UTC  (5+ messages)

[RFC PATCH 00/22] Per-cpu page allocator replacement prototype
 2013-05-09 18:08 UTC  (7+ messages)
` [PATCH 09/22] mm: page allocator: Allocate/free order-0 pages from a per-zone magazine

[PATCH 00/21] Exported funtions that are marked inline
 2013-05-09 18:02 UTC  (3+ messages)
` [PATCH 15/21] arch/tile: remove inline marking of EXPORT_SYMBOL functions


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).