public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-15 09:30:31 to 2013-03-15 13:46:48 UTC [more...]

[PATCH v5 0/3] gpio: Add device driver for GRGPIO cores and support custom accessors with gpio-generic
 2013-03-15 13:45 UTC  (4+ messages)
` [PATCH v5 1/3] gpio: gpio-generic: Add 16 and 32 bit big endian byte order support
` [PATCH v5 2/3] gpio: grgpio: Add device driver for GRGPIO cores
` [PATCH v5 3/3] gpio: grgpio: Add irq support

[PATCH 0/9] metag: perf fixes and OProfile support
 2013-03-15 13:43 UTC  (8+ messages)
` [PATCH 1/9] metag: perf: fix core internal / perf channel mux
` [PATCH 4/9] metag: perf: add missing prev_count updates
` [PATCH 5/9] metag: perf: fix frequency sampling (dynamic period)
` [PATCH 6/9] metag: perf: use hard_processor_id() to get thread
` [PATCH 7/9] metag: perf: don't reset TXTACTCYC
` [PATCH 8/9] metag: perf: prepare for use by oprofile
` [PATCH 9/9] metag: OProfile support

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-03-15 13:45 UTC  (37+ messages)
` [PATCHv2, RFC 03/30] mm: drop actor argument of do_generic_file_read()
` [PATCHv2, RFC 08/30] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv2, RFC 09/30] thp, mm: rewrite delete_from_page_cache() "
` [PATCHv2, RFC 13/30] thp, mm: implement grab_cache_huge_page_write_begin()
` [PATCHv2, RFC 14/30] thp, mm: naive support of thp in generic read/write routines
` [PATCHv2, RFC 16/30] thp: handle file pages in split_huge_page()
` [PATCHv2, RFC 19/30] thp, mm: split huge page on mmap file page
` [PATCHv2, RFC 23/30] thp: prepare zap_huge_pmd() to uncharge file pages
` [PATCHv2, RFC 25/30] thp, mm: basic huge_fault implementation for generic_file_vm_ops

[PATCH 1/3] mfd: remove __exit_p annotation for twl4030_madc_remove
 2013-03-15 13:41 UTC  (11+ messages)
` [PATCH 2/3] mfd: Make AB8500_CORE select POWER_SUPPLY to fix build error
` [PATCH] isdn: hisax: netjet requires VIRT_TO_BUS

[PATCH v3 00/27] PCI: Add for_each_pci_resource and addon_res support
 2013-03-15 13:35 UTC  (3+ messages)
` [PATCH v3 20/27] PCI, xen: Use for_each_pci_resource() with xen pci

[GIT PULL] DMA-mapping updates for v3.9-rc3
 2013-03-15 13:35 UTC 

[3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses)
 2013-03-15 13:33 UTC  (8+ messages)

[PATCH v3 0/7] ARM: dts: omap: Add dts data for USB
 2013-03-15 13:33 UTC  (5+ messages)

[GIT PULL] at91: cleanup + soc for 3.10 #1
 2013-03-15 13:30 UTC 

[PATCH 1/4] usb: Fix linker errors during build
 2013-03-15 13:28 UTC  (4+ messages)
` [PATCH 2/4] usb: musb: gadget: do *unmap_dma_buffer* only for valid DMA addr
` [PATCH 3/4] usb: otg: twl4030: use devres API for regulator get and request irq
` [PATCH 4/4] usb: otg: twl4030: fix cold plug on OMAP3

[PATCH] ARM: samsung: remove "config S3C_BOOT_WATCHDOG"
 2013-03-15 13:29 UTC 

[PATCH] perf,x86: fix kernel crash with PEBS/BTS after suspend/resume
 2013-03-15 13:26 UTC 

[PATCHv7 00/10] Support for Tegra 2D hardware
 2013-03-15 13:22 UTC  (4+ messages)
` [PATCHv7 10/10] drm: tegra: Add gr2d device

[PATCH 00/50] staging: omap-thermal: several code refactoring
 2013-03-15 13:00 UTC  (51+ messages)
` [PATCH 01/50] staging: omap-thermal: use BIT() macro
` [PATCH 02/50] staging: omap-thermal: remove unused _SHIFT macros
` [PATCH 03/50] staging: omap-thermal: create header for register, bitfields and definitions
` [PATCH 04/50] staging: omap-thermal: update documentation of omap-bandgap.h
` [PATCH 05/50] staging: omap-thermal: style cleanup on omap-bandgap.c
` [PATCH 06/50] staging: omap-thermal: fix error checking
` [PATCH 07/50] staging: omap-thermal: introduce RMW_BITS macro
` [PATCH 08/50] staging: omap-thermal: add documentation for register access functions
` [PATCH 09/50] staging: omap-thermal: make a omap_bandgap_power with only one exit point
` [PATCH 10/50] staging: omap-thermal: add documentation for omap_bandgap_power
` [PATCH 11/50] staging: omap-thermal: add documentation for omap_bandgap_read_temp
` [PATCH 12/50] staging: omap-thermal: rename talert handler
` [PATCH 13/50] staging: omap-thermal: update documentation for talert irq handler
` [PATCH 14/50] staging: omap-thermal: update tshut IRQ handler documentation
` [PATCH 15/50] staging: omap-thermal: remove duplicated code
` [PATCH 16/50] staging: omap-thermal: read status only once inside alert IRQ
` [PATCH 17/50] staging: omap-thermal: add a section of register manipulation
` [PATCH 18/50] staging: omap-thermal: section of basic helpers
` [PATCH 19/50] staging: omap-thermal: IRQ handler section
` [PATCH 20/50] staging: omap-thermal: ADC section
` [PATCH 21/50] staging: omap-thermal: name adc_to_temp_conversion in a better way
` [PATCH 22/50] staging: omap-thermal: rewrite omap_bandgap_adc_to_mcelsius on kernel coding style
` [PATCH 23/50] staging: omap-thermal: add documentation for omap_bandgap_adc_to_mcelsius
` [PATCH 24/50] staging: omap-thermal: name temp_to_adc_conversion in a better way
` [PATCH 25/50] staging: omap-thermal: rewrite omap_bandgap_mcelsius_to_adc on kernel coding style
` [PATCH 26/50] staging: omap-thermal: move conv table limits out of sensor data
` [PATCH 27/50] staging: omap-thermal: add documentation for omap_bandgap_mcelsius_to_adc
` [PATCH 28/50] staging: omap-thermal: rename add_hyst to omap_bandgap_add_hyst
` [PATCH 29/50] staging: omap-thermal: document omap_bandgap_add_hyst function
` [PATCH 30/50] staging: omap-thermal: threshold manipulation section
` [PATCH 31/50] staging: omap-thermal: refactor temp_sensor_unmask_interrupts
` [PATCH 32/50] staging: omap-thermal: update omap_bandgap_unmask_interrupts documentation
` [PATCH 33/50] staging: omap-thermal: refactor APIs handling threshold values
` [PATCH 34/50] staging: omap-thermal: device initialization section
` [PATCH 35/50] staging: omap-thermal: section of device driver callbacks
` [PATCH 36/50] staging: omap-thermal: rename enable_continuous_mode
` [PATCH 37/50] staging: omap-thermal: update omap_bandgap_set_continous_mode documentation
` [PATCH 38/50] staging: omap-thermal: document omap_bandgap_force_single_read
` [PATCH 39/50] staging: omap-thermal: document omap_bandgap_update_alert_threshold function
` [PATCH 40/50] staging: omap-thermal: document _omap_bandgap_write_threshold function
` [PATCH 41/50] staging: omap-thermal: document _omap_bandgap_read_threshold function
` [PATCH 42/50] staging: omap-thermal: document omap_bandgap_tshut_init function
` [PATCH 43/50] staging: omap-thermal: document omap_bandgap_alert_init function
` [PATCH 44/50] staging: omap-thermal: document omap_bandgap_build function
` [PATCH 45/50] staging: omap-thermal: change Kconfig dependency method
` [PATCH 46/50] staging: Add a MAINTAINERS entry for TI bandgap and thermal driver
` [PATCH 47/50] staging: omap-thermal: switch mutex to spinlock inside omap-bandgap
` [PATCH 48/50] staging: omap-thermal: remove TODO entry suggesting regmap usage
` [PATCH 49/50] staging: omap-thermal: remove TODO entry for exposed APIs
` [PATCH 50/50] staging: omap-thermal: add documentation for omap_bandgap_validate

[RFC PATCH 0/3] Perf persistent events
 2013-03-15 13:06 UTC  (4+ messages)
` [RFC PATCH 1/3] perf: Add "
` [RFC PATCH 2/3] perf: Add persistent event facilities
` [RFC PATCH 3/3] MCE: Enable persistent event

Regression: Fixing recursive fault but reboot is needed at boot on HP 6730B
 2013-03-15 13:10 UTC  (7+ messages)
` Regression: Fixing recursive fault but reboot is needed at boot on HP 6730B - bisected

lgetxattr()/getxattr() return different values on a file labelled with selinux disabled
 2013-03-15 12:53 UTC  (2+ messages)

[PATCH 0/5] mv643xx_eth: use mvmdio MDIO bus driver
 2013-03-15 13:05 UTC  (11+ messages)
` [PATCH 0/4] "
  ` [PATCH 4/4 v2] mv643xx_eth: convert to use the Marvell Orion MDIO driver

[PATCH net-next] drivers:net: Remove dma_alloc_coherent OOM messages
 2013-03-15 12:57 UTC  (2+ messages)

[PATCH 1/6] serial: 8250_dw: add support for clocks property when using DeviceTree
 2013-03-15 12:56 UTC  (2+ messages)

[PATCH] gpio: pl061: Add pl061_gpio_free()
 2013-03-15 12:52 UTC 

[PATCH v2] tracing: Expose event tracing infrastructure
 2013-03-15 12:51 UTC  (3+ messages)

[PATCH] phy: Elimination the forced speed reduction algorithm
 2013-03-15 12:51 UTC  (4+ messages)

[RFC V1 0/8] Add a driver for somagic smi2021
 2013-03-15 12:40 UTC  (12+ messages)
` [RFC V1 1/8] smi2021: Add the header file
` [RFC V1 2/8] smi2021: Add smi2021_main.c
` [RFC V1 3/8] smi2021: Add smi2021_i2c.c
` [RFC V1 4/8] smi2021: Add smi2021_v4l2.c
` [RFC V1 5/8] smi2021: Add smi2021_video.c

[RFC 1/1] clk: Add notifier support in clk_prepare_enable/clk_disable_unprepare
 2013-03-15 12:33 UTC  (14+ messages)

[PATCH v3] drm/i915: bounds check execbuffer relocation count
 2013-03-15 12:32 UTC  (6+ messages)
        ` [Intel-gfx] "

[PATCH] VSOCK: Support VM sockets connected to the hypervisor
 2013-03-15 12:25 UTC  (2+ messages)

[PATCH 0/9] overlay filesystem: request for inclusion (v17)
 2013-03-15 12:12 UTC  (10+ messages)

[PATCH v2 0/4] usb: musb/otg: cleanup and fixes
 2013-03-15 12:05 UTC  (5+ messages)
` [PATCH v2 2/4] usb: otg: twl4030: use devres API for regulator get and request irq

[PATCH] [TRIVIAL] Fix typo "----help---"
 2013-03-15 11:59 UTC 

[Fwd: [PATCH v2 0/4] TTY: port hangup and close fixes]
 2013-03-15 11:57 UTC  (8+ messages)
` [PATCH v3 0/6] TTY: port hangup and close fixes
  ` [PATCH v3 3/6] TTY: fix DTR being raised on hang up

[PATCH] bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR
 2013-03-15 11:48 UTC  (2+ messages)

[PATCH] ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR
 2013-03-15 11:48 UTC  (2+ messages)

[PATCH 0/4] Get exynos adc driver running on on exynos5250-snow
 2013-03-15 11:45 UTC  (6+ messages)
` [PATCH v2 0/4] This set of patches is based on Naveen Krishna Chatradhi's recent work
  ` [PATCH v2 2/4] iio: adc: Add dt support for turning on the phy in exynos-adc
  ` [PATCH v2 4/4] ARM: dts: Add adc and thermistors for exynos5250-snow

[Suggestion] Latest randconfig build errors for Head.S
 2013-03-15 11:29 UTC  (8+ messages)

[PATCH 00/10] Use module_platform_driver_probe() part 2
 2013-03-15 11:28 UTC  (6+ messages)
` [PATCH 10/10] drivers: misc: use module_platform_driver_probe()

linux-next: manual merge of the signal tree with the modules tree
 2013-03-15 11:28 UTC  (4+ messages)

[PATCH] ARM: mach-moxart: platform port for MOXA ART SoC
 2013-03-15 11:25 UTC  (3+ messages)

[PATCH V4] i2c: davinci: update to devm_* API
 2013-03-15 11:23 UTC  (2+ messages)

[PATCH v2 0/8] remove vm_struct list management
 2013-03-15 11:04 UTC  (4+ messages)
` [PATCH v2 7/8] mm, vmalloc: export vmap_area_list, instead of vmlist

[PATCH] regmap: Remove __attribute__ ((packed))
 2013-03-15 11:16 UTC  (3+ messages)

[PATCH v2] regmap: Cut down on the average # of nodes in the rbtree cache
 2013-03-15 11:14 UTC  (3+ messages)

[PATCH] pinctrl: document the "GPIO mode" pitfall
 2013-03-15 11:07 UTC 

MTD : Kernel oops when remounting ubifs as read/write
 2013-03-15 11:03 UTC  (13+ messages)
                      ` AM335x crc32 oops ?

[PATCH v2 00/13] rwsem fast-path write lock stealing
 2013-03-15 10:54 UTC  (14+ messages)
` [PATCH v2 01/13] rwsem: make the waiter type an enumeration rather than a bitmask
` [PATCH v2 02/13] rwsem: shorter spinlocked section in rwsem_down_failed_common()
` [PATCH v2 03/13] rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failed
` [PATCH v2 04/13] rwsem: simplify rwsem_down_read_failed
` [PATCH v2 05/13] rwsem: simplify rwsem_down_write_failed
` [PATCH v2 06/13] rwsem: more agressive lock stealing in rwsem_down_write_failed
` [PATCH v2 07/13] rwsem: use cmpxchg for trying to steal write lock
` [PATCH v2 08/13] rwsem: avoid taking wait_lock in rwsem_down_write_failed
` [PATCH v2 09/13] rwsem: skip initial trylock "
` [PATCH v2 10/13] rwsem: simplify __rwsem_do_wake
` [PATCH v2 11/13] rwsem: implement support for write lock stealing on the fastpath
` [PATCH v2 12/13] rwsem: do not block readers at head of queue if other readers are active
` [PATCH v2 13/13] x86 rwsem: avoid taking slow path when stealing write lock

[GIT PULL] perf fixes
 2013-03-15 10:50 UTC  (13+ messages)

[PATCH] rtc: omap: update to devm_* API
 2013-03-15 10:49 UTC  (2+ messages)

[PATCH] parport: amiga: use module_platform_driver_probe()
 2013-03-15 10:49 UTC 

[PATCH 0/7] ACPI / hotplug: Common code for ACPI-based hotplug
 2013-03-15 10:47 UTC  (5+ messages)
` [Update 4][PATCH 2/7] ACPI / scan: Introduce common code for ACPI-based device hotplug

[PATCH v7 1/2] mfd: syscon: Removed unneeded field "dev" from private driver structure
 2013-03-15 10:42 UTC  (4+ messages)
` [PATCH v7 2/2] mfd: syscon: Add non-DT support
  ` Re[2]: "

[PATCH] ARM: Scorpion is a v7 architecture, not v6
 2013-03-15 10:38 UTC  (4+ messages)

[RESEND 0/2] davinci: Add device tree data for tps6507x
 2013-03-15 10:36 UTC  (2+ messages)

I am Dave Dawes
 2013-03-15  9:36 UTC 

[PATCH 0/5] at91: atmel_lcdfb: regression fixes and cpu_is removal
 2013-03-15 10:16 UTC  (5+ messages)

[GIT PULL] at91: framebuffer enhancements for 3.10
 2013-03-15 10:11 UTC 

[PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops
 2013-03-15 10:10 UTC  (3+ messages)
` [PATCH v2 2/3] ACPI video: Make logic a little easier to understand
` [PATCH v2 3/3] ACPI video: Fix applying indexed initial brightness value

BUSINESS PROPOSITION.‏
 2013-03-15  9:23 UTC 

[PATCH] bounce:fix bug, avoid to flush dcache on slab page from jbd2
 2013-03-15 10:01 UTC  (7+ messages)

[PATCH] staging: comedi: drivers: ni_atmio.c: Add a missing semicolon
 2013-03-15  9:41 UTC  (2+ messages)

i915 black screen introduced by ACPI changes
 2013-03-15  9:33 UTC  (21+ messages)
                              ` [Intel-gfx] "

[PATCH 0/2] remoteproc : support for host virtio
 2013-03-15  9:29 UTC  (3+ messages)
` [PATCH 1/2] remoteproc: refactor find_vqs to prepare for vringh
` [PATCH 2/2] remoteproc: Add support for host virtio rings (vringh)


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