messages from 2013-02-22 17:58:16 to 2013-02-23 07:59:08 UTC [more...]
[PATCH 1/5] W1: w1-gpio - fix incorrect __init/__exit markups
2013-02-23 7:58 UTC (3+ messages)
` [PATCH 2/5] W1: w1-gpio - switch to using dev_pm_ops
` [PATCH 3/5] W1: w1-gpio - guard DT IDs with CONFIG_OF
[PATCH] md/raid456: remove depends on CONFIG_EXPERIMENTAL
2013-02-23 7:40 UTC
[PATCH] drivers/vfio: remove depends on CONFIG_EXPERIMENTAL
2013-02-23 7:36 UTC
Are there numa balancing topics scheduled for the incoming LSF?
2013-02-23 7:34 UTC
[PATCH] drivers/vhost: remove depends on CONFIG_EXPERIMENTAL
2013-02-23 7:33 UTC
[PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
2013-02-23 7:29 UTC
[PATCH] vxlan: remove depends on CONFIG_EXPERIMENTAL
2013-02-23 7:25 UTC
[PATCH] xfs: Fix possible truncation of log data in xlog_bread_noalign()
2013-02-23 7:06 UTC (4+ messages)
[RFC][PATCH 0/9] extend hugepage migration
2013-02-23 7:05 UTC (3+ messages)
` [PATCH 8/9] memory-hotplug: enable memory hotplug to handle hugepage
ARM: ixp4xx regression (bisected) since v3.5-rc1
2013-02-23 6:30 UTC
[PATCH] clocksource : nomadik-mtu : fix missing irq initialization
2013-02-23 6:18 UTC (3+ messages)
[v3.8 Regression] watchdog: sp5100_tco: Add SB8x0 chipset support
2013-02-23 6:14 UTC (9+ messages)
[RFC] perf: need to expose sched_clock to correlate user samples with kernel samples
2013-02-23 6:04 UTC (9+ messages)
[PATCH v5 1/3] mfd: syscon: Removed support for unloading
2013-02-23 5:28 UTC (5+ messages)
` [PATCH v5 2/3] mfd: syscon: Removed unneeded field "dev" from private driver structure
` [PATCH v5 3/3] mfd: syscon: Add non-DT support
` Re[2]: [PATCH v5 1/3] mfd: syscon: Removed support for unloading
[PATCH v4] mfd: syscon: Add non-DT support
2013-02-23 5:10 UTC (4+ messages)
` Re[2]: "
[GIT PULL] parisc updates for 3.9
2013-02-23 5:19 UTC (2+ messages)
[PATCH] regulators: max8998.c: use dev_err() instead of printk()
2013-02-23 3:52 UTC
[PATCH v3 1/2] lib/scatterlist: add simple page iterator
2013-02-23 4:29 UTC (3+ messages)
` [PATCH v3 2/2] lib/scatterlist: use page iterator in the mapping iterator
[GIT PATCH] USB patches for 3.9-rc1
2013-02-23 4:33 UTC (14+ messages)
[PATCH v3 2/2] cpufreq: Convert the cpufreq_driver_lock to use the rcu
2013-02-23 3:57 UTC (6+ messages)
` [PATCH v4 0/2] cpufreq: cpufreq_driver_lock is hot on large systems
` [PATCH v4 1/2] cpufreq: Convert the cpufreq_driver_lock to a rwlock
` [PATCH v4 2/2] cpufreq: Convert the cpufreq_driver_lock to use the rcu
[PATCH 2/2] regulators: max8998.c: use dev_err() instead of printk()
2013-02-23 3:51 UTC
[PATCH] tty: fix ldisc flush and termios setting race
2013-02-23 3:00 UTC
[RFC] arm: use built-in byte swap function
2013-02-23 2:40 UTC (21+ messages)
` [PATCH v6] "
Crypto Update for 2.6.36
2013-02-23 2:33 UTC (11+ messages)
` Crypto Update for 2.6.37
` Crypto Update for 2.6.38
` Crypto Update for 2.6.39
` Crypto Update for 2.6.40
` Crypto Update for 3.1
` Crypto Update for 3.2
` Crypto Update for 3.3
` Crypto Update for 3.7
` Crypto Update for 3.8
` Crypto Update for 3.9
[GIT PULL] LED subsystem update for v3.9
2013-02-23 2:21 UTC
Atmel updates to atmel_mxt_ts touch controller driver
2013-02-23 1:45 UTC (49+ messages)
` [PATCH 01/40] Input: atmel_mxt_ts - Make wait-after-reset period compatible with all chips
` [PATCH 02/40] Input: atmel_mxt_ts - add macros for object instances and size
` [PATCH 03/40] Input: atmel_mxt_ts - Add memory access interface via sysfs
` [PATCH 04/40] Input: atmel_mxt_ts - Implement debug output for messages
` [PATCH 05/40] Input: atmel_mxt_ts - Improve error reporting and debug
` [PATCH 06/40] Input: atmel_mxt_ts - Remove unnecessary platform data
` [PATCH 07/40] Input: atmel_mxt_ts - Implement CRC check for configuration data
` [PATCH 08/40] Input: atmel_mxt_ts - Download device config using firmware loader
` [PATCH 09/40] Input: atmel_mxt_ts - Calculate and check CRC in config file
` [PATCH 10/40] Input: atmel_mxt_ts - Improve bootloader support
` [PATCH 11/40] Input: atmel_mxt_ts - Bootloader addresses for mXT1664/mXT1188S
` [PATCH 12/40] Input: atmel_mxt_ts - Read screen config from chip
` [PATCH 13/40] Input: atmel_mxt_ts - Use deep sleep mode when stopped
` [PATCH 14/40] Input: atmel_mxt_ts - add shutdown function
` [PATCH 15/40] Input: atmel_mxt_ts - Improve touch reporting for T9
` [PATCH 16/40] Input: atmel_mxt_ts - Move input device configuration into separate function
` [PATCH 17/40] Input: atmel_mxt_ts - Allow input device name to be configured from platform data
` [PATCH 18/40] Input: atmel_mxt_ts - Add support for dynamic message size
` [PATCH 19/40] Input: atmel_mxt_ts - Decode T6 status messages
` [PATCH 20/40] Input: atmel_mxt_ts - Split interrupt handler into separate functions
` [PATCH 21/40] Input: atmel_mxt_ts - Implement T44 message handling
` [PATCH 22/40] Input: atmel_mxt_ts - Output status from T48 Noise Supression
` [PATCH 23/40] Input: atmel_mxt_ts - Output status from T42 Touch Suppression
` [PATCH 24/40] Input: atmel_mxt_ts - Implement vector/orientation support
` [PATCH 25/40] Input: atmel_mxt_ts - implement I2C retries
` [PATCH 26/40] Input: atmel_mxt_ts - Implement T63 Active Stylus support
` [PATCH 27/40] Input: atmel_mxt_ts - Add check for incorrect firmware file format
` [PATCH 28/40] Input: atmel_mxt_ts - Add CHG line handling in bootloader code
` [PATCH 29/40] Input: atmel_mxt_ts - Use wait_for_chg in soft_reset
` [PATCH 30/40] Input: atmel_mxt_ts - recover from bootloader on probe
` [PATCH 31/40] Input: atmel_mxt_ts - Implement T15 Key Array support
` [PATCH 32/40] Input: atmel_mxt_ts - remove unused defines
` [PATCH 33/40] Input: atmel_mxt_ts - Verify Information Block checksum on probe
` [PATCH 34/40] Input: atmel_mxt_ts - Remove mxt_make_highchg
` [PATCH 35/40] Input: atmel_mxt_ts - Improve messages relating to info block read
` [PATCH 36/40] Input: atmel_mxt_ts - Handle reports from T47 Stylus object
` [PATCH 37/40] Input: atmel_mxt_ts - Release touch state during suspend
` [PATCH 38/40] Input: atmel_mxt_ts - Initialize power config before and after downloading cfg
` [PATCH 39/40] Input: atmel_mxt_ts - Add regulator control support
` [PATCH 40/40] Input: atmel_mxt_ts - Implement support for T100 touch object
[idr/perf_init_event] BUG: unable to handle kernel NULL pointer dereference at (null)
2013-02-23 1:41 UTC (4+ messages)
[GIT PULL] x86/mm changes for v3.9-rc1
2013-02-23 1:39 UTC
[PATCH] xen/mmu: Provide an early version of write_cr3
2013-02-23 1:35 UTC (2+ messages)
` [PATCH] x86-64, xen, mmu: "
Kitchens Yorkshire
2013-02-23 1:34 UTC
Regression introduced with 14e568e78f6f80ca1e27256641ddf524c7dbdc51 (stop_machine: Use smpboot threads)
2013-02-23 1:18 UTC
Regression introduced by 805d410fb0dbd65e1a57a810858fa2491e75822d (ACPI: Separate adding ACPI device objects from probing ACPI drivers) in v3.9-rc0
2013-02-23 1:07 UTC (3+ messages)
[PATCH] x86: mm: Fix vmalloc_fault oops during lazy MMU updates
2013-02-23 1:06 UTC (4+ messages)
` "
[PATCH] PM: align buffers for LZO compression
2013-02-23 0:32 UTC (2+ messages)
New copyfile system call - discuss before LSF?
2013-02-23 0:32 UTC (12+ messages)
Hello dear,
2013-02-23 0:12 UTC
[PATCH 0/4] dcache: make Oracle more scalable on large systems
2013-02-23 0:13 UTC (6+ messages)
[RFC patch 0/8] timekeeping: Implement shadow timekeeper to shorten in kernel reader side blocking
2013-02-22 23:53 UTC (3+ messages)
` [RFC patch 7/8] timekeeping: Implement a shadow timekeeper
[PATCH] ARM: vfp: fix fpsid register subarchitecture field mask width
2013-02-22 23:46 UTC (3+ messages)
[BUG bisected]: apei_hest_parse explosion
2013-02-22 23:46 UTC (7+ messages)
Debugging system freezes on filesystem writes
2013-02-22 23:27 UTC (12+ messages)
[PATCH v2] slub: correctly bootstrap boot caches
2013-02-22 23:20 UTC (5+ messages)
[BUG] Lenovo x230: SATA errors with 180GB Intel 520 SSD under heavy write load
2013-02-22 23:11 UTC
[PATCH] checkpatch: Improve CamelCase test for Page
2013-02-22 23:08 UTC (9+ messages)
[RFC v2 0/3] Add DT Binding for Power-Supply power-supply property
2013-02-22 23:01 UTC (10+ messages)
` [RFC v2 1/3] power_supply: Define Binding for supplied-nodes
` [RFC v2 2/3] power: power_supply: Add core support for supplied_nodes
i915 black screen introduced by ACPI changes
2013-02-22 22:42 UTC (11+ messages)
[git patches] libata updates for 3.9
2013-02-22 22:20 UTC
[PATCH] kexec: fix memory leak in function kimage_normal_alloc
2013-02-22 21:59 UTC (2+ messages)
[patch] drivers, vmci: vmware vmci driver depends on CONFIG_NET
2013-02-22 21:47 UTC (3+ messages)
[PATCH] lib: devres: Fix misplaced #endif
2013-02-22 21:44 UTC (2+ messages)
[GIT PULL] arch/arc for v3.9-rc1
2013-02-22 21:06 UTC (2+ messages)
LOAN CONTACT
2013-02-22 21:30 UTC
[PATCH] backlight: ams369fg06: convert ams369fg06 to dev_pm_ops
2013-02-22 21:26 UTC (2+ messages)
[PATCH] ima: fix part_pack_uuid() build error
2013-02-22 21:20 UTC (3+ messages)
[PATCH] fadvise: perform WILLNEED readahead in a workqueue
2013-02-22 21:13 UTC (4+ messages)
[PATCH 0/2] irq: Cleanups in irq_exit()
2013-02-22 21:08 UTC (6+ messages)
` [PATCH 2/2] irq: Cleanup context state transitions "
[RFE PATCH 0/2] x86, rtc, ntp, Enable full rtc synchronization
2013-02-22 21:05 UTC (7+ messages)
` [RFE PATCH 1/2] x86, rtc, ntp, Do full rtc synchronization with ntp
` [RFE PATCH 2/2] rtc, add write functionality to sysfs
[PATCH 0/7] ksm: responses to NUMA review
2013-02-22 21:03 UTC (9+ messages)
` [PATCH 1/7] ksm: add some comments
` [PATCH 2/7] ksm: treat unstable nid like in stable tree
[PATCHv5 1/8] zsmalloc: add to mm/
2013-02-22 21:02 UTC (11+ messages)
` [PATCHv5 2/8] zsmalloc: add documentation
Read I/O starvation with writeback RAID controller
2013-02-22 20:58 UTC (7+ messages)
[rebased][PATCH 0/4] acpi: do some changes for numa info
2013-02-22 20:57 UTC (3+ messages)
` [rebased][PATCH 1/4] acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c
[PATCH 0/7] ACPI / hotplug: Common code for ACPI-based hotplug
2013-02-22 20:59 UTC (4+ messages)
` [Update 3][PATCH 2/7] ACPI / scan: Introduce common code for ACPI-based device hotplug
[PATCH] timekeeping: avoid adjust kernel time once hwclock kept in UTC time
2013-02-22 20:37 UTC (2+ messages)
lockdep trace from sockstat_seq_show
2013-02-22 20:14 UTC (3+ messages)
` [PATCH] net: fix possible deadlock in sum_frag_mem_limit
[PATCH] x86, clocksource, fix !CONFIG_CLOCKSOURCE_WATCHDOG compile
2013-02-22 20:14 UTC (2+ messages)
[PATCH] [SCSI] scsi_dh_hp_sw: return -ENOMEM if kzalloc() failed
2013-02-22 19:59 UTC
[PATCH] ACPI: Add sysfs links from memory device to memblocks
2013-02-22 19:42 UTC
[RFC PATCH] Fix Intel IOMMU support for Marvell 88SE91xx SATA controllers
2013-02-22 19:29 UTC (2+ messages)
[Fwd: Re: [PATCH 2/2] ima: add policy support for file system uuid]
2013-02-22 19:14 UTC (2+ messages)
[PATCH 2/2] staging: comedi: drivers: usbduxfast.c: fix for DMA buffers on stack
2013-02-22 19:06 UTC (3+ messages)
[PATCH 0/2] cpustat: use atomic operations to read/update stats
2013-02-22 19:01 UTC (7+ messages)
[PATCH 1/2] tools: hv: Fix how ifcfg-* file is created
2013-02-22 18:57 UTC (3+ messages)
` [PATCH] "
too many timer retries happen when do local timer swtich with broadcast timer
2013-02-22 18:52 UTC (12+ messages)
[3.5.y.z extended stable] Linux 3.5.7.6
2013-02-22 18:50 UTC (2+ messages)
[resend] Timer broadcast question
2013-02-22 18:45 UTC (5+ messages)
` [PATCH 1/2] time : pass broadcast device parameter
` [PATCH 2/2][RFC] time : set broadcast irq affinity
[PATCH] perf report: fix handling of memory sampling sort orders
2013-02-22 18:43 UTC (2+ messages)
[PATCH v3 00/23] ldisc fixes
2013-02-22 18:37 UTC (5+ messages)
` [PATCH v4 00/32] ldisc patchset
batman-adv: gpf in batadv_slide_own_bcast_window
2013-02-22 18:37 UTC (3+ messages)
xen-netback fixes for stable 35876b5 3e55f8b
2013-02-22 18:32 UTC (2+ messages)
[PATCH] dma: Remove erroneous __exit and __exit_p() references
2013-02-22 18:29 UTC (2+ messages)
Dangerous devm_request_irq() conversions
2013-02-22 18:24 UTC (6+ messages)
[PATCH] kmsg: Honor dmesg_restrict sysctl on /dev/kmsg
2013-02-22 18:18 UTC
[PATCHv2] dw_dmac: adjust slave_id accordingly to request line base
2013-02-22 18:18 UTC (2+ messages)
[PATCH 1/2] staging: comedi: drivers: usbdux.c: fix DMA buffers on stack
2013-02-22 18:07 UTC
[PATCH 0/2] [comedi] fix for DMA buffers on stack
2013-02-22 18:06 UTC
[PATCH V3] spi: tegra114: add spi driver
2013-02-22 18:02 UTC (3+ messages)
[PATCHv6 0/8] zswap: compressed swap caching
2013-02-22 17:58 UTC (4+ messages)
` [PATCHv6 1/8] zsmalloc: add to mm/
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox