linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-17 13:52:00 to 2013-04-17 18:20:25 UTC [more...]

[PATCH v2 0/7] xen-block: indirect descriptors
 2013-04-17 18:18 UTC  (2+ messages)
` [PATCH v2 1/7] xen-blkback: print stats about persistent grants

[PATCH 0/4] Patchset to use PCLMULQDQ to accelerate CRC-T10DIF checksum computation
 2013-04-17 18:20 UTC  (7+ messages)
` [PATCH 2/4] Accelerated CRC T10 DIF computation with PCLMULQDQ instruction
` [PATCH 4/4] Simple correctness and speed test for CRCT10DIF hash

linux-next: Tree for Apr 17
 2013-04-17 18:15 UTC  (5+ messages)
` linux-next: Tree for Apr 17 (infiniband/rdma)
` linux-next: Tree for Apr 17 (kvm)

[PATCH] input: Export matrix_keypad_parse_of_params()
 2013-04-17 18:11 UTC  (3+ messages)

[PATCHv9 0/8] zswap: compressed swap caching
 2013-04-17 18:05 UTC  (10+ messages)
` [PATCHv9 1/8] zsmalloc: add to mm/
` [PATCHv9 4/8] zswap: "
` [PATCHv9 7/8] zswap: add swap page writeback support

[PATCH] IPv6: simplify & condense a few declarations & statements
 2013-04-17 18:02 UTC  (3+ messages)

BUG: Fn keys not working on EliteBook 8460p after fabf85e3ca15d5b94058f391dac8df870cdd427a
 2013-04-17 17:59 UTC  (9+ messages)

Device driver memory 'mmap()' function helper cleanup
 2013-04-17 17:58 UTC  (9+ messages)

No serial since kernel 3.8
 2013-04-17 17:49 UTC  (6+ messages)

[PATCH 0/4] HID: debugfs rework
 2013-04-17 17:44 UTC  (6+ messages)
` [PATCH 1/4] HID: debug: break out hid_dump_report() into hid-debug
` [PATCH 2/4] HID: core: break out hid_find_max_report() in hid-core
` [PATCH 3/4] HID: debug: empty output queue on read
` [PATCH 4/4] HID: debug: allocate the output buffer with an estimate

[PATCH] Remove spurious cputimer restart and eliminate its drift
 2013-04-17 17:41 UTC 

How to override GMA500 resolution set by BIOS?
 2013-04-17 17:39 UTC 

[PATCH] PCI: pci_bus_add_device() should succeed even if creating sysfs files fails
 2013-04-17 17:32 UTC  (5+ messages)

[PATCH v1 0/7] xen-block: indirect descriptors
 2013-04-17 17:27 UTC  (21+ messages)
` [PATCH v1 2/7] xen-blkback: use balloon pages for all mappings
` [PATCH v1 3/7] xen-blkback: implement LRU mechanism for persistent grants
` [PATCH v1 5/7] xen-blkback: make the queue of free requests per backend
` [PATCH v1 7/7] xen-block: implement indirect descriptors

[PATCH] clockevents: Switch into oneshot mode even if broadcast registered late
 2013-04-17 17:26 UTC 

[PATCH 01/30] thermal: cpu_cooling: remove unused headers
 2013-04-17 17:12 UTC  (30+ messages)
` [PATCH 02/30] thermal: cpu_cooling: remove trailing white spaces
` [PATCH 03/30] thermal: cpu_cooling: fix kernel_doc for cpufreq_cooling_device
` [PATCH 04/30] thermal: cpu_cooling: use EXPORT_SYMBOL_GPL
` [PATCH 05/30] thermal: cpu_cooling: remove compiler warning
` [PATCH 06/30] thermal: cpu_cooling: standardize end of function
` [PATCH 07/30] thermal: cpu_cooling: fix kernel doc for is_cpufreq_valid
` [PATCH 08/30] thermal: cpu_cooling: add documentation for get_property
` [PATCH 09/30] thermal: cpu_cooling: standardize comment style
` [PATCH 10/30] thermal: cpu_cooling: align on open parenthesis
` [PATCH 11/30] thermal: cpu_cooling: remove trailing blank line
` [PATCH 12/30] thermal: cpu_cooling: document cpufreq_get_cooling_level
` [PATCH 13/30] thermal: cpu_cooling: remove checkpatch.pl warning
` [PATCH 14/30] thermal: cpu_cooling: improve documentation for get_cpu_frequency
` [PATCH 15/30] thermal: cpu_cooling: update documentation for cpufreq_apply_cooling
` [PATCH 16/30] thermal: cpu_cooling: update documentation for cpufreq_thermal_notifier
` [PATCH 17/30] thermal: cpu_cooling: update Kconfig entry
` [PATCH 18/30] thermal: cpu_cooling: alignment improvements
` [PATCH 19/30] thermal: cpu_cooling: update documentation for cpufreq_get_max_state
` [PATCH 20/30] thermal: cpu_cooling: update documentation for cpufreq_get_cur_state
` [PATCH 21/30] thermal: cpu_cooling: update documentation for cpufreq_set_cur_state
` [PATCH 22/30] thermal: cpu_cooling: update kernel-doc for cpufreq_cooling_register
` [PATCH 23/30] thermal: cpu_cooling: update kernel-doc comment for cpufreq_cooling_unregister
` [PATCH 24/30] thermal: cpu_cooling: use snprintf instead of sprintf
` [PATCH 25/30] thermal: cpu_cooling: remove not needed curl brackets
` [PATCH 26/30] thermal: cpu_cooling: remove unused symbols
` [PATCH 27/30] thermal: cpu_cooling: add needed header for cpu_cooling.h
` [PATCH 28/30] MAINTAINERS: update thermal entry by adding file cpu_cooling.h
` [PATCH 29/30] thermal: cpu_cooling: remove unused symbols on cpu_cooling.h
` [PATCH 30/30] thermal: cpu_cooling: improve line breaking

[PATCH] usb: storage: Add usb_stor_dbg, reduce object size
 2013-04-17 17:17 UTC  (5+ messages)

[PATCH] gpio: ucb1400: Can be built as a module
 2013-04-17 17:17 UTC  (2+ messages)

From: Eduardo Valentin <eduardo.valentin@ti.com>
 2013-04-17 17:15 UTC  (23+ messages)
` [PATCH RESEND 01/11] thermal: use strlcpy instead of strcpy
` [PATCH RESEND 03/11] thermal: rename notify_thermal_framework to thermal_notify_framework
` [PATCH RESEND 04/11] thermal: rename get_thermal_instance to thermal_instance_get
` [PATCH RESEND 05/11] thermal: rename get_tz_trend to thermal_zone_trend_get
` [PATCH RESEND 06/11] thermal: use EXPORT_SYMBOL_GPL
` [PATCH RESEND 07/11] thermal: update kernel-doc for thermal_zone_bind_cooling_device
` [PATCH RESEND 08/11] thermal: update kernel-doc for thermal_zone_unbind_cooling_device
` [PATCH RESEND 09/11] thermal: update kernel-doc for thermal_cooling_device_register
` [PATCH RESEND 10/11] thermal: update kernel-doc for create_trip_attrs
` [PATCH RESEND 11/11] thermal: update kernel-doc for thermal_zone_device_register

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

[BUG REPORT] Kernel panic on 3.9.0-rc7-4-gbb33db7
 2013-04-17 14:46 UTC  (2+ messages)

[PATCH] Input: trackpoint - Optimize trackpoint init to use power-on reset
 2013-04-17 16:57 UTC  (5+ messages)

[NEW DRIVER V5 1/7] drivers/mfd: DA9058 MFD core driver
 2013-04-17 16:33 UTC 

[NEW DRIVER V5 2/7] drivers/iio/adc: DA9058 ADC driver
 2013-04-17 16:33 UTC 

[RFC PATCH v2 00/15][Sorted-buddy] mm: Memory Power Management
 2013-04-17 16:53 UTC  (2+ messages)

[NEW DRIVER V5 3/7] drivers/input/misc: DA9058 ONKEY driver
 2013-04-17 16:33 UTC 

[NEW DRIVER V5 4/7] drivers/rtc: DA9058 RTC driver
 2013-04-17 16:33 UTC 

[NEW DRIVER V5 5/7] drivers/gpio: DA9058 GPIO driver
 2013-04-17 16:33 UTC 

[NEW DRIVER V5 6/7] drivers/hwmon: DA9058 HWMON driver
 2013-04-17 16:33 UTC 

[NEW DRIVER V5 7/7] drivers/regulator: DA9058 REGULATOR driver
 2013-04-17 16:33 UTC 

[PATCH] [media] uvcvideo: quirk PROBE_DEF for Dell Studio / OmniVision webcam
 2013-04-17 16:38 UTC  (3+ messages)

[NEW DRIVER V5 0/7] DA9058 PMIC - please comment on this new driver
 2013-04-17 16:33 UTC 

[PATCH 1/2] gpio: samsung: Remove OF support for s3c24xx
 2013-04-17 16:35 UTC  (4+ messages)
` [PATCH RFC 2/2] gpio: samsung: Remove OF support for Exynos4/5

[RESEND][PATCH 1/3] PM / devfreq: exynos4_bus: Fix missing mutex_unlock if opp_find_freq_floor fails
 2013-04-17 16:39 UTC  (4+ messages)

[PATCH 0/3] X86: Deliver Hyper-V interrupts on a seperate IDT vector
 2013-04-17 16:28 UTC  (23+ messages)
` [PATCH 1/3] x86: Hyper-V: register clocksource only if its advertised
  ` [PATCH 2/3] X86: Add a check to catch Xen emulation of Hyper-V
      ` KVM "Hyper-V emulation" -- this can be related "Linux on Hyper-V" ? Or "KVM emulates Hyper-V" as "Hyper-V emulates Hyper-V" ? "

[ANNOUNCE] 3.8.4-rt2
 2013-04-17 16:25 UTC  (4+ messages)

[GIT PULL] nohz: Full dynticks timekeeping and RCU improvement
 2013-04-17 16:24 UTC  (4+ messages)
` [PATCH 1/3] nohz: Force boot CPU outside full dynticks range
` [PATCH 2/3] nohz: Ensure full dynticks CPUs are RCU nocbs
` [PATCH 3/3] nohz: New option to default all CPUs in full dynticks range

[PATCH] TPM: Retry SaveState command in suspend path
 2013-04-17 16:18 UTC  (5+ messages)

[PATCH 1/3] regulator: palmas: clear sleep bits if not selected
 2013-04-17 16:14 UTC  (10+ messages)
` [PATCH 2/3] regulator: palmas: support for external regulator through control outputs
` [PATCH 3/3] regulator: palmas: add support for LDO8 tracking mode

[PATCH] usb: musb: gadget: fix enumeration on heavy-loaded systems
 2013-04-17 16:16 UTC  (5+ messages)

[PATCH v3] HID: appleir: add support for Apple ir devices
 2013-04-17 16:15 UTC 

[PATCH] MAINTAINERS: Ben Dooks is inactive regarding I2C
 2013-04-17 16:10 UTC 

[PATCH] PCI / PM: Fix fallback to PCI_D0 in pci_platform_power_transition()
 2013-04-17 16:19 UTC  (4+ messages)

[PATCH v2] HID: appleir: add support for Apple ir devices
 2013-04-17 16:07 UTC  (3+ messages)

linux-next: Tree for Apr 9 [cpufreq: NULL pointer deref]
 2013-04-17 16:14 UTC  (8+ messages)

[RFC] Pinctrl: driver design supporting gpiolib
 2013-04-17 16:05 UTC  (2+ messages)

[PATCH v3] irqchip: Add support for ARMv7-M's NVIC
 2013-04-17 16:02 UTC 

[PATCH 0/4] mfd: arizona updates
 2013-04-17 15:58 UTC  (5+ messages)
` [PATCH 1/4] mfd: arizona: Read the device identification information after boot
  ` [PATCH 2/4] mfd: wm5102: Manually apply register patch
  ` [PATCH 3/4] mfd: arizona: Add missing cleanup on remove
  ` [PATCH 4/4] mfd: Add device tree bindings for Arizona class devices

Re: [PATCH] futex: bugfix for futex-key conflict when futex use hugepage
 2013-04-17 15:51 UTC  (4+ messages)
`  "

[Linaro-QA-Service] [linux-next] Snowball build broken
 2013-04-17 15:46 UTC  (3+ messages)

[PATCH 1/1] metag: avoid unnecessary builtin dtb rebuilds
 2013-04-17 15:37 UTC  (2+ messages)

[PATCH 0/2] perf, amd: support for AMD NB and L2I "uncore" counters
 2013-04-17 15:35 UTC  (2+ messages)

[PATCH] arch/tile: Fix syscall return value passed to tracepoint
 2013-04-17 15:01 UTC 

[PATCH] mmc: mmci: Allow MMCI to request channels with information acquired from DT
 2013-04-17 15:31 UTC  (4+ messages)

gpio-ucb1400
 2013-04-17 15:24 UTC  (3+ messages)
` [PATCH v2] UCB1400: Pass ucb1400-gpio data through ac97 bus

[PATCH v2] pinctrl/pinconfig: add debug interface
 2013-04-17 15:21 UTC  (4+ messages)

[PATCH] swap: redirty page if page write fails on swap file
 2013-04-17 15:08 UTC  (3+ messages)

[PATCH 1/2] pinmux: Add TB10x pinmux driver
 2013-04-17 15:13 UTC  (4+ messages)
` [PATCH 2/2] GPIO: Add TB10x GPIO driver

[PATCH] [trivial]treewide: Fix typo in printk and comments
 2013-04-17 15:12 UTC 

[PATCH] spi: spi-omap2-mcspi.c: Add dts for slave device configuration
 2013-04-17 15:11 UTC  (2+ messages)

[PATCH] thp: fix huge zero page logic for page with pfn == 0
 2013-04-17 15:10 UTC  (2+ messages)

[PATCH 00/28] Privatise procfs internals [RFC]
 2013-04-17 15:03 UTC  (5+ messages)
` [PATCH 09/28] proc: Move some bits from linux/proc_fs.h to linux/{of.h, signal.h, tty.h} [RFC]
` [PATCH 26/28] proc: Supply a function to remove a proc entry by PDE [RFC]

[RFC 5/7] Docs: Expectations for bug reporters and maintainers
 2013-04-17  2:15 UTC  (2+ messages)

[PATCH v2] of/base: release the node correctly in of_parse_phandle_with_args()
 2013-04-17 14:57 UTC  (3+ messages)

[PATCH] x86,efi: Implement efi_no_storage_paranoia parameter
 2013-04-17 14:56 UTC  (5+ messages)

[PATCH 1/2] regulator: ab8500: Remove unused voltage_shift field from struct expand_register
 2013-04-17 14:55 UTC  (2+ messages)
` [PATCH 2/2] regulator: ab8500: Get rid of voltage_shift field from struct ab8500_regulator_info

[RFC Patch 0/2] mm: Add parameters to make kernel behavior at memory error on dirty cache selectable
 2013-04-17 14:55 UTC  (12+ messages)

Cannot add new efi boot entry
 2013-04-17 14:51 UTC  (7+ messages)

[PATCH 00/30] ARM: exynos multiplatform support
 2013-04-17 14:46 UTC  (5+ messages)
` [PATCH 29/30] spi: s3c64xx: move to generic dmaengine API
    ` [PATCH v2] "

[PATCHv3, RFC 00/34] Transparent huge page cache
 2013-04-17 14:38 UTC  (4+ messages)
` [PATCHv3, RFC 31/34] thp: initial implementation of do_huge_linear_fault()

PRIVATE MESSAGE
 2013-04-17 14:18 UTC 

[PATCH v2] mmc: card: Adding support for sanitize in eMMC 4.5
 2013-04-17 14:31 UTC  (2+ messages)

OOM-killer and strange RSS value in 3.9-rc7
 2013-04-17 14:19 UTC  (4+ messages)

[PATCH v2 2/2] USB: ehci-omap: Improve PHY error handling
 2013-04-17 14:15 UTC  (2+ messages)

[RFC] sound: ASoC: multiple DAIs/codecs on single audio stream
 2013-04-17 14:13 UTC  (2+ messages)

[PATCH] mm: mmu_notifier: re-fix freed page still mapped in secondary MMU
 2013-04-17 14:10 UTC  (9+ messages)

[PATCH v3] regulator: ab8500: Fix set voltage for AB8540_LDO_AUX3
 2013-04-17 14:10 UTC  (2+ messages)

[PATCH v2 1/2] regulator: ab8500-ext: Don't update info->update_val if set_mode() fails
 2013-04-17 14:10 UTC  (2+ messages)

[PATCH 1/2] regulator: ab8500: Don't update info->update_val if write to register fails
 2013-04-17 14:09 UTC  (2+ messages)

[PATCH] Remove warning in efi_enter_virtual_mode
 2013-04-17 14:06 UTC  (2+ messages)

[PATCH] dw_dmac: Couple of small fixups; use of '_' over '-' and a cell-num typo
 2013-04-17 14:02 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).