fa.linux.kernel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
- Re: [patch 00/10] (no)bootmem bits for 3.5 - 08/05/2012 On Tue, May 08, 2012 at 120142AM +0200, Johannes Weiner On Mon, May 07, 2012 at 1..
- Re: [PATCH v9 00/19] Introduce a led trigger for CPU activity and - 08/05/2012 Andrew, Richard and Russell, Any comments and suggestions about my v9 patchset. Thanks a lo..
- Re: [PATCH v9 00/19] Introduce a led trigger for CPU activity and - 08/05/2012 On Wed, 9 May 2012 014543 +0800 Bryan Wu bryan.wu@canonical.com Any c..
- Re: [PATCH v3] gpio: langwell: convert to use irq_domain - 08/05/2012 On Wed, 2 May 2012 111550 +0300, Mika Westerberg irq_..
- Re: [RFC PATCH] Expand memblock=debug to provide a bit more details(v1). - 08/05/2012 On 05042012 1224 PM, Konrad Rzeszutek Wilk that RET_IP is not v..
- [PATCH 1/2] regulator: dummy: Specify a struct device - 08/05/2012 This will be becoming mandatory. Signed-off-by Mark Brown ..
- [PATCH 2/2] regulator: core: Warn on missing struct device - 08/05/2012 The core really wants a struct device to be supplied for regulators and there's no reason this shou..
- [PATCH] regulator: wm8994: Use main I2C device as struct device - 08/05/2012 This makes logging a bit clearer as it gives the actual bus location and makes things like board ho..
- RE: [PATCH v2] charger_manager: update charge profile upon - 08/05/2012 This patch allows the Charger-Manager to adjust the charging parameters upo..
- [PATCH] regmap: Implement dev_get_regmap() - 08/05/2012 Use devres to implement dev_get_regmap(). This should mean that in almost all cases devices wishing..
- [PATCH] staging: Remove test of is_broadcast with is_multicast - 08/05/2012 A broadcast packet is a multicast packet, no need to test twice. Reorder one defective test in ..
- [GIT PULL] percpu fixes for 3.4-rc5 - 08/05/2012 Hello, Linus. Please pull from the following branch to recieve two fixes for percpu allocat..
- Re: [PATCH RESEND 2/3] kmsg: export printk records to the /dev/kmsginterface - 08/05/2012 On Tue, May 8, 2012 at 228 AM, Greg Kroah-Hartmann greg@kroah.com Can you ..
- Re: [PATCH RESEND 2/3] kmsg: export printk records to the /dev/kmsginterface - 08/05/2012 On Tue, May 08, 2012 at 065050PM +0200, Kay Sievers On Tue, May 8, 2012 at 228 A..
- [PATCH 2/2] perf record: reset event name when falling back to cpu-clock - 08/05/2012 perf-record defaults to the HW cycles event and if it is not supported falls back to cpu-clock. Re..
- [PATCH 1/2] perf top: update event name when falling back to cpu-clock - 08/05/2012 perf-top falls back to cpu-clock if the HW cycles event is not supported, but the event name is no..
- Re: [PATCH 00/06] serial8250: DLL/DLM rework, Emma Mobile UART driver - 08/05/2012 On Sat, May 5, 2012 at 128 AM, Arnd Bergmann arnd@arndb.de On Wednesday 02..
- Re: linux-next: Tree for May 8 (gpu/drm/gma500) - 08/05/2012 On 05082012 0115 AM, Stephen Rothwell Hi all, There will be n..
- Re: linux-next: Tree for May 8 (gpu/drm/gma500) - 08/05/2012 Adding Alan. On Tue, May 8, 2012 at 527 PM, Randy Dunlap rdunlap@xenotime.net b..
- Re: linux-next: Tree for May 8 (gpu/drm/gma500) - 08/05/2012 On Tue, 08 May 2012 092725 -0700 Randy Dunlap rdunlap@xenotime.net On..
- Re: linux-next: Tree for May 8 (printk) - 08/05/2012 On 05082012 0115 AM, Stephen Rothwell Hi all, There will be n..
- Re: linux-next: Tree for May 8 (printk) - 08/05/2012 On Tue, 2012-05-08 at 0924 -0700, Randy Dunlap On 05082012 0115 AM, Stephen Rot..
- Re: linux-next: Tree for May 8 (printk) - 08/05/2012 On 05082012 0413 PM, Kay Sievers On Tue, 2012-05-08 at 0924 -0700, Randy Dunlap..
- Re: linux-next: Tree for May 8 (printk) - 08/05/2012 On Tue, 2012-05-08 at 1627 -0700, Randy Dunlap On 05082012 0413 PM, Kay Sievers..
- Re: linux-next: Tree for May 8 (printk) - 09/05/2012 On 05082012 0437 PM, Kay Sievers On Tue, 2012-05-08 at 1627 -0700, Randy Dunlap..
- Re: linux-next: Tree for May 8 (printk) - 09/05/2012 On Wed, May 9, 2012 at 218 AM, Randy Dunlap rdunlap@xenotime.net On 0508..
- [PATCH v3 0/6] thermal: exynos: Add kernel thermal support for exynos platform - 08/05/2012 Hi Andrew, This patchset introduces a new generic cooling device based on cpufreq that can be use..
- [PATCH v3 1/6] thermal: Add a new trip type to use cooling device instance number - 08/05/2012 This patch adds a new trip type THERMAL_TRIP_STATE_INSTANCE. This trip behaves same as THERMAL_TRIP..
- [PATCH v3 3/6] hwmon: exynos4: Move thermal sensor driver to driver/thermal directory - 08/05/2012 This movement is needed because the hwmon entries and corresponding sysfs interface is a duplicate ..
- [PATCH v3 4/6] thermal: exynos5: Add exynos5 thermal sensor driver support - 08/05/2012 This patch inserts exynos5 TMU sensor changes in the thermal driver. Some exynos4 changes are made ..
- [PATCH v3 5/6] thermal: exynos: Register the tmu sensor with the kernel thermal layer - 08/05/2012 This code added creates a link between temperature sensors, linux thermal framework and cooling dev..
- [PATCH v3 6/6] ARM: exynos: Add thermal sensor driver platform data support - 08/05/2012 This patch adds necessary default platform data support needed for TMU driver. This dtnon-dt value..
- Re: [PATCH v3 6/6] ARM: exynos: Add thermal sensor driver platform - 08/05/2012 On Tue, 8 May 2012 214818 +0530 Amit Daniel Kachhap amit.kachhap@linaro.org b..
- Re: [PATCH v3 5/6] thermal: exynos: Register the tmu sensor with - 08/05/2012 On Tue, 8 May 2012 214817 +0530 Amit Daniel Kachhap amit.kachhap@linaro.org b..
- Re: [PATCH v3 3/6] hwmon: exynos4: Move thermal sensor driver to - 08/05/2012 On Tue, 8 May 2012 214815 +0530 Amit Daniel Kachhap amit.kachhap@linaro.org b..
- Re: [PATCH v3 2/6] thermal: Add generic cpufreq coolingimplementation - 08/05/2012 On Tue, 8 May 2012 214814 +0530 Amit Daniel Kachhap amit.kachhap@linaro.org b..
- RE: [PATCH v3 0/6] thermal: exynos: Add kernel thermal support for - 08/05/2012 Hi, Amit, Sorry for the late response as I'm in a travel recently. I think the generic cpuf..
- Re: [PATCH v3 0/6] thermal: exynos: Add kernel thermal support for - 08/05/2012 On Tue, 8 May 2012 214812 +0530 Amit Daniel Kachhap amit.kachhap@linaro.org b..
- Re: [PATCH v2 1/2] Extcon: add MAX8997 extcon driver - 08/05/2012 On Tue, May 08, 2012 at 070143PM +0900, Chanwoo Choi + * + * You should ..
- Re: [PATCH v2 1/2] Extcon: add MAX8997 extcon driver - 09/05/2012 On 05092012 0107 AM, Greg KH On Tue, May 08, 2012 at 070143PM +0900, Chanwoo C..
- Re: [PATCH v2 0/2] Extcon: Add MAX8997 extcon driver for MUIC feature - 08/05/2012 On Tue, May 08, 2012 at 070142PM +0900, Chanwoo Choi This patchset use Extcon fra..
- Re: [PATCH v2 0/2] Extcon: Add MAX8997 extcon driver for MUIC feature - 09/05/2012 On 05092012 0106 AM, Greg KH On Tue, May 08, 2012 at 070142PM +0900, Chanwoo C..
- Re: [PATCH 1/2][RESEND] x86/pci/amd: Restore early_fill_mp_bus_to_node - 08/05/2012 On Tue, May 8, 2012 at 1243 AM, Andreas Herrmann andreas.herrmann3@amd.com ..
- [PATCH 1/4] mm: add missing KERN_CONT to free_area_init_nodes - 08/05/2012 Fix this behaviour Zone ranges DMA [mem 0x00010000-0x00ffffff] DMA32 [mem 0x01000000-0xffff..
- [PATCH 2/4] locking: add KERN_CONT when needed to self test - 08/05/2012 Fix this behaviour A-A deadlock ok | ok | ok | ok | ok | o..
- [PATCH 3/4] x86, NMI: add missing KERN_CONT to NMI selftest - 08/05/2012 Fix this behaviour | NMI testsuite remote IPI ok | ..
- [PATCH 4/4] ISDN: add missing KERN_CONT - 08/05/2012 Prevent this behaviour ISDN subsystem Rev 1.1.2.3 1.1.2.2 1.1.2.3 1.1.2.2 1.1.2.2 Reveale..
- Re: Regression due to d29f3ef tty_lock: Localise the lock - 08/05/2012 On 05082012 0335 AM, Alan Cox On Mon, 07 May 2012 170638 -0600 Stephe..
- Re: Regression due to d29f3ef tty_lock: Localise the lock - 08/05/2012 On Tue, 08 May 2012 094651 -0600 Stephen Warren swarren@wwwdotorg.org ..
- Re: Regression due to d29f3ef tty_lock: Localise the lock - 08/05/2012 On Tue, May 08, 2012 at 050442PM +0100, Alan Cox On Tue, 08 May 2012 094651 -06..