public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-10 20:23:32 to 2014-06-11 02:40:02 UTC [more...]

[PATCH V2] block: make nr_requests tunable for loop
 2014-06-11  2:40 UTC  (5+ messages)

[RFC PATCH 06/16] arm: topology: Define TC2 sched energy and provide it to scheduler
 2014-06-10 18:35 UTC  (11+ messages)

[PATCH] sctp: Fix sk_ack_backlog wrap-around problem
 2014-06-11  2:37 UTC 

[PATCH] ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridges
 2014-06-11  2:29 UTC  (2+ messages)

linux-next: build failure after merge of the pci tree
 2014-06-11  2:23 UTC  (2+ messages)

[RFC PATCH v5 4/4] KEYS: define an owner trusted keyring
 2014-06-11  2:22 UTC  (14+ messages)
` [PATCH 0/4] KEYS: validate key trust with owner and builtin keys only

[PATCH] x86: numa: drop ZONE_ALIGN
 2014-06-11  2:21 UTC  (7+ messages)

drivers/char/random.c: more ruminations
 2014-06-11  2:21 UTC  (6+ messages)

[PATCH v2] vmalloc: use rcu list iterator to reduce vmap_area_lock contention
 2014-06-11  2:19 UTC 

[RFC PATCH 00/16 v3] A new CPU load metric for power-efficient scheduler: CPU ConCurrency
 2014-06-10 18:09 UTC  (7+ messages)
` [RFC PATCH 07/16 v3] Init Workload Consolidation flags in sched_domain

[PATCH 01/10] mm, compaction: do not recheck suitable_migration_target under lock
 2014-06-11  2:12 UTC  (16+ messages)
` [PATCH 02/10] mm, compaction: report compaction as contended only due to lock contention
` [PATCH 03/10] mm, compaction: periodically drop lock and restore IRQs in scanners
` [PATCH 04/10] mm, compaction: skip rechecks when lock was already held
` [PATCH 05/10] mm, compaction: remember position within pageblock in free pages scanner

[PATCH] mm/vmscan.c: avoid recording the original scan targets in shrink_lruvec()
 2014-06-11  2:08 UTC  (3+ messages)

[GIT PULL REQUEST] watchdog - v3.16 merge window
 2014-06-11  2:04 UTC  (2+ messages)

[for-next][PATCH 0/4] tracing: Cleanups and fixes for 3.16
 2014-06-11  1:59 UTC  (5+ messages)
` [for-next][PATCH 1/4] ring-buffer: Check if buffer exists before polling
` [for-next][PATCH 2/4] tracing: Cleanup saved_cmdlines_size changes
` [for-next][PATCH 3/4] tracing: Fix leak of per cpu max data in instances
` [for-next][PATCH 4/4] tracing: Fix check of ftrace_trace_arrays list_empty() check

[PATCH] x86/tlb_uv: Fixing some memory allocation failure in x86 UV
 2014-06-11  1:46 UTC  (5+ messages)

[PATCH 6/7] cpufreq: intel_pstate: Trivial code cleanup
 2014-06-11  1:41 UTC  (11+ messages)

Change in security maintainer for a few weeks
 2014-06-11  1:34 UTC  (4+ messages)

[PATCH ftrace/core 0/2] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts
 2014-06-11  1:28 UTC  (4+ messages)
` [PATCH ftrace/core 2/2] ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict

[PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP & X550CA
 2014-06-11  1:24 UTC  (10+ messages)

[PATCH] of/platform: Fix microblaze build failure
 2014-06-11  1:24 UTC  (2+ messages)

Linux 3.15 .. and continuation of merge window
 2014-06-11  1:10 UTC  (3+ messages)

[RFC] printk: allow increasing the ring buffer depending on the number of CPUs
 2014-06-11  1:04 UTC 

[PATCHv2 0/2] regulator: of: Add support for pasing regulator suspend state
 2014-06-11  0:41 UTC  (3+ messages)
` [PATCHv2 1/2] regulator: of: Add support for parsing regulator_state for "
` [PATCHv2 2/2] dt-bindings: regulator: Add regulator suspend state for PM state

[RFC PATCH] PM: Domain: Add flag to assure that device's runtime pm callback is called at once
 2014-06-11  0:33 UTC 

[RESEND PATCH v2] clk: exynos4: Add PPMU IP block source clocks
 2014-06-11  0:30 UTC  (2+ messages)

[PATCH 1/7] cpufreq: intel_pstate: Remove duplicate CPU ID check
 2014-06-11  0:32 UTC  (4+ messages)

[PATCH 1/1] mm/readahead.c: remove unused file_ra_state from count_history_pages
 2014-06-11  0:13 UTC  (3+ messages)

[PATCH] random: mix all saved registers into entropy pool
 2014-06-11  0:10 UTC  (3+ messages)

[RESEND PATCH] ARM: EXYNOS: Fix the sequence of secondary CPU boot for Exynos3250
 2014-06-10 23:57 UTC  (4+ messages)

compaction is still too expensive for thp (was: [PATCH v2] mm, compaction: properly signal and act upon lock and need_sched() contention)
 2014-06-10 23:54 UTC  (12+ messages)
` [RFC PATCH 1/6] mm, compaction: periodically drop lock and restore IRQs in scanners
  ` [RFC PATCH 4/6] mm, compaction: skip buddy pages by their order in the migrate scanner

[RFC] irqchip: gic: always mask interrupts during suspend
 2014-06-10 23:48 UTC  (3+ messages)

[GIT PULL] MMC updates for 3.16-rc1
 2014-06-10 23:47 UTC  (3+ messages)

[PATCH RFC 00/10] tools: Revamp the unaligned endian access functions
 2014-06-10 23:41 UTC  (15+ messages)
` [PATCH RFC 01/10] tools: Remove double-underscore symbols from user space byteshift functions
` [PATCH RFC 02/10] tools: Create <tools/unaligned.h> and an unaligned subdirectory
` [PATCH RFC 03/10] tools: Add le_direct/be_direct methods for unaligned access
` [PATCH RFC 04/10] tools: Add packed struct method for unaligned references
` [PATCH RFC 05/10] tools: Add <endian.h> libc support "
` [PATCH RFC 06/10] tools: Add gcc __builtin_bswap*() "
` [PATCH RFC 07/10] tools: Remove leading underscores from header guards
` [PATCH RFC 08/10] tools: Move unaligned common infrastructure into <tools/unaligned.h>
` [PATCH RFC 09/10] tools: Add common infrastructure for byte swapping
` [PATCH RFC 10/10] tools: Use reasonable defaults for the default access

[GIT PULL] x86 platform driver updates for 3.16
 2014-06-10 23:14 UTC 

[PATCH 1/1] MM/PAGE_ALLOC add __meminit to alloc_pages_exact_nid
 2014-06-10 23:04 UTC  (3+ messages)

[GIT PULL] x86/vdso changes for v3.16
 2014-06-10 22:57 UTC  (8+ messages)
` [tip:x86/vdso] x86, vdso: Use <tools/le_byteshift.h> for littleendian access
    ` [tip:x86/vdso] x86, vdso: Remove one final use of htole16()

[PATCH 1/1] mm/memory_hotplug.c: add __meminit to grow_zone_span/grow_pgdat_span
 2014-06-10 22:55 UTC  (2+ messages)

[PATCH 0/2] iio: mxs-lradc: fixes
 2014-06-10 22:51 UTC  (5+ messages)
` [PATCH 1/2] iio: mxs-lradc: fix divider
` [PATCH 2/2] iio: mxs-lradc: add ADC channel 9 as a copy of channel 8

[PATCH v2 0/2] Add support for Lenovo Compact Keyboard
 2014-06-10 22:24 UTC  (3+ messages)
` [PATCH v2 1/2] Loosen seams to allow support of other keyboards
` [PATCH v2 2/2] Add support for Compact (Bluetooth|USB) keyboard with Trackpoint

[PATCH v2 0/7] Generic serial earlycon
 2014-06-10 22:38 UTC  (11+ messages)
` [PATCH v2 3/7] tty/serial: convert 8250 to generic earlycon

CONFIG_PREMPT vs. linux-next causes slub_debug=FZPUA errors
 2014-06-10 22:38 UTC 

[PATCH, RFC 00/10] THP refcounting redesign
 2014-06-10 22:37 UTC  (8+ messages)

[RFC] oom, memcg: handle sysctl oom_kill_allocating_task while memcg oom happening
 2014-06-10 22:37 UTC  (4+ messages)

[PATCH v2 0/4] memcg: Low-limit reclaim
 2014-06-10 22:16 UTC  (6+ messages)
` [PATCH 1/2] mm, memcg: allow OOM if no memcg is eligible during direct reclaim
  ` [PATCH 2/2] memcg: Allow hard guarantee mode for low limit reclaim

[PATCH] mm/mempolicy: fix sleeping function called from invalid context
 2014-06-10 22:16 UTC  (8+ messages)

[Patch V4 00/42] use irqdomain to dynamically allocate IRQ for IOAPIC
 2014-06-10 21:57 UTC  (5+ messages)
` [Patch V4 11/42] x86, ioapic: kill unused global variable timer_through_8259

[PATCH 1/1] ata: Check and set 64-bit DMA mask for platform AHCI driver
 2014-06-10 21:54 UTC  (2+ messages)

[PATCH] net: wireless: rtlwifi: rtl8192de: hw.c: Cleaning up conjunction always evaluates to false
 2014-06-10 21:52 UTC  (2+ messages)

[for-next][PATCH 0/6] tracing: Hopefully the last updates for 3.16 merge window
 2014-06-10 12:16 UTC  (4+ messages)
` [for-next][PATCH 3/6] tracing: Only calculate stats of tracepoint benchmarks for 2^32 times

[GIT PULL] Please pull NFS client updates
 2014-06-10 21:42 UTC 

[PATCH][RFC] err.h: silence sparse warning: dereference of noderef expression
 2014-06-10 21:38 UTC 

3.4.92 MTU issues
 2014-06-10 21:37 UTC  (3+ messages)

[PATCH] HID: drop remove Unicode non-breaking space from Kconfig
 2014-06-10 21:35 UTC 

[PATCH v7] conversion to blk-mq
 2014-06-10 21:33 UTC  (10+ messages)
` [PATCH v7] NVMe: "

[PATCH] PM: trace events for device pm callbacks
 2014-06-10 21:41 UTC  (3+ messages)

[PATCH v2] leds: USB: Add support for MSI GT683R led panels
 2014-06-10 21:21 UTC  (6+ messages)
        ` [PATCH v3] leds: USB: HID: "

Linux 3.15: SPARC serial console regression
 2014-06-10 21:20 UTC  (4+ messages)
` FW: "

Phantom ACL-related xattrs on 3.14.4 NFS client
 2014-06-10 21:20 UTC  (5+ messages)

[RFC 0/4 v2] cfg80211/mac80211: Add new interface type for OCB (Outside the Context of a BSS) mode
 2014-06-10 21:16 UTC  (6+ messages)
` [RFC 1/4] cfg80211: Add channel flags limiting availability to OCB mode only

Implement PEBS virtualization for Silvermont
 2014-06-10 21:06 UTC  (5+ messages)
` [PATCH 4/4] kvm: Implement PEBS virtualization

[PATCH 0/2] Support apq8064 global clock control
 2014-06-10 20:58 UTC  (3+ messages)
` [PATCH 1/2] clk: qcom: add clocks necessary for apq8064 sdcc
` [PATCH 2/2] clk: qcom: Fully support apq8064 global clock control

[PATCH] cpufreq: tegra: update comment for clarity
 2014-06-10 21:15 UTC  (3+ messages)
` [PATCH Resend] "

[PATCH] x86: be more helpful with SMEP faults
 2014-06-10 20:49 UTC  (4+ messages)

[PATCH] staging: usbip: stub_main.c: Cleaning up missing null-terminate after strncpy call
 2014-06-10 20:48 UTC  (3+ messages)

[RFC] Best place/method to determine BIOS version?
 2014-06-10 20:44 UTC  (3+ messages)
  ` efi_call on SGI

[PATCH 3.4 00/88] 3.4.93-stable review
 2014-06-10 20:50 UTC  (10+ messages)
` [PATCH 3.4 47/88] mm: add kmap_to_page()
` [PATCH 3.4 82/88] xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAM

[patch V3 0/7] rtmutex: Code clarification and optimization
 2014-06-10 20:46 UTC  (11+ messages)
` [patch V3 7/7] rtmutex: Avoid pointless requeueing in the deadlock detection chain walk

REGRESSION 3.14 i915 warning & mouse cursor vanishing
 2014-06-10 20:40 UTC  (9+ messages)
    ` [Intel-gfx] "

[3.13.y.z extended stable] Linux 3.13.11.3 stable review
 2014-06-10 19:46 UTC  (40+ messages)
` [PATCH 3.13 003/160] drm/radeon: fix audio pin counts for DCE6+ (v2)
` [PATCH 3.13 004/160] mac80211: fix software remain-on-channel implementation
` [PATCH 3.13 005/160] mac80211: exclude AP_VLAN interfaces from tx power calculation
` [PATCH 3.13 006/160] iwlwifi: add new 7265 HW IDs
` [PATCH 3.13 008/160] iwlwifi: add MODULE_FIRMWARE for 7265
` [PATCH 3.13 010/160] dma: edma: fix incorrect SG list handling
` [PATCH 3.13 011/160] ALSA: hda/realtek - Add support of ALC288 codec
` [PATCH 3.13 012/160] xen/spinlock: Don't enable them unconditionally
` [PATCH 3.13 013/160] tick-common: Fix wrong check in tick_check_replacement()
` [PATCH 3.13 014/160] tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()
` [PATCH 3.13 015/160] ALSA: hda - add headset mic detect quirk for a Dell laptop
` [PATCH 3.13 016/160] ALSA: hda/realtek - Add headset Mic support for Dell machine
` [PATCH 3.13 017/160] staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return NULL
` [PATCH 3.13 018/160] cifs: Wait for writebacks to complete before attempting write
` [PATCH 3.13 019/160] mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll
` [PATCH 3.13 020/160] mei: me: do not load the driver if the FW doesn't support MEI interface
` [PATCH 3.13 067/160] irqchip: Gic: Support forced affinity setting
` [PATCH 3.13 068/160] clocksource: Exynos_mct: Use irq_force_affinity() in cpu bringup
` [PATCH 3.13 070/160] nfsd: set timeparms.to_maxval in setup_callback_client
` [PATCH 3.13 071/160] ahci: Do not receive interrupts sent by dummy ports
` [PATCH 3.13 072/160] libata/ahci: accommodate tag ordered controllers
` [PATCH 3.13 073/160] drm/radeon: disable dpm on rv770 by default
` [PATCH 3.13 074/160] Input: synaptics - add min/max quirk for ThinkPad T431s, L440, L540, S1 Yoga and X1
` [PATCH 3.13 078/160] drm/radeon: fix ATPX detection on non-VGA GPUs
` [PATCH 3.13 080/160] mm: make fixup_user_fault() check the vma access rights too
` [PATCH 3.13 081/160] ARM: 8027/1: fix do_div() bug in big-endian systems
` [PATCH 3.13 083/160] ARM: pxa: hx4700.h: include "irqs.h" for PXA_NR_BUILTIN_GPIO
` [PATCH 3.13 084/160] ARM: tegra: remove UART5/UARTE from tegra124.dtsi
` [PATCH 3.13 085/160] USB: serial: fix sysfs-attribute removal deadlock
` [PATCH 3.13 086/160] 8250_core: Fix unwanted TX chars write
` [PATCH 3.13 087/160] serial: 8250: Fix thread unsafe __dma_tx_complete function
` [PATCH 3.13 088/160] Btrfs: fix inode caching vs tree log
` [PATCH 3.13 091/160] USB: io_ti: fix firmware download on big-endian machines
` [PATCH 3.13 093/160] usb: qcserial: add Sierra Wireless MC73xx
` [PATCH 3.13 113/160] KVM: async_pf: mm->mm_users can not pin apf->mm
` [PATCH 3.13 120/160] timer: Prevent overflow in apply_slack
` [PATCH 3.13 124/160] fix races between __d_instantiate() and checks of dentry flags
` [PATCH 3.13 131/160] Bluetooth: Fix redundant encryption request for reauthentication
` [PATCH 3.13 134/160] ALSA: hda - add headset mic detect quirk for a Dell laptop

[RFC][PATCH] debugfs: Fix corrupted loop in debugfs_remove_recursive
 2014-06-10 20:33 UTC  (5+ messages)

[PATCH] staging: line6: do not return 0 from probe if no initialization done
 2014-06-10 20:22 UTC 


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