linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-30 15:27:01 to 2015-07-30 17:43:50 UTC [more...]

[PATCH] x86, acpi: Handle xapic/x2apic entries in MADT
 2015-07-30 17:43 UTC 

[PATCH v3 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node
 2015-07-30 17:41 UTC  (6+ messages)
` [PATCH v3 2/3] mm: unify checks in alloc_pages_node() and __alloc_pages_node()
` [PATCH v3 3/3] mm: use numa_mem_id() in alloc_pages_node()

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-30 17:33 UTC  (15+ messages)

[PATCH 00/27] Export I2C and OF module aliases in missing drivers
 2015-07-30 17:40 UTC  (33+ messages)
` [PATCH 01/27] mfd: stw481x: Export I2C module alias information
` [PATCH 02/27] spi: xcomm: "
` [PATCH 03/27] iio: Export I2C module alias information in missing drivers
` [PATCH 04/27] [media] "
` [PATCH 05/27] macintosh: therm_windtunnel: Export I2C module alias information
` [PATCH 06/27] misc: eeprom: Export I2C module alias information in missing drivers
` [PATCH 07/27] Input: "
` [PATCH 08/27] power: "
` [PATCH 09/27] i2c: core: Export I2C module alias information in dummy driver
` [PATCH 10/27] backlight: tosa: Export I2C module alias information
` [PATCH 11/27] [media] staging: media: lirc: "
` [PATCH 12/27] usb: phy: isp1301: "
` [PATCH 13/27] ALSA: ppc: keywest: "
` [PATCH 14/27] hwmon: (nct7904) "
` [PATCH 15/27] regulator: fan53555: "
` [PATCH 16/27] mfd: Export OF module alias information in missing drivers
` [PATCH 17/27] iio: "
` [PATCH 18/27] hwmon: (g762) Export OF module alias information
` [PATCH 19/27] extcon: Export OF module alias information in missing drivers
` [PATCH 20/27] ASoC: Export OF module alias information in missing codec drivers
` [PATCH 21/27] rtc: Export OF module alias information in missing drivers
` [PATCH 22/27] macintosh: therm_windtunnel: Export OF module alias information
` [PATCH 23/27] leds: Export OF module alias information in missing drivers
` [PATCH 24/27] [media] smiapp: Export OF module alias information
` [PATCH 25/27] Input: touchscreen - "
` [PATCH 26/27] regulator: isl9305: "
` [PATCH 27/27] i2c: (RFC, don't apply) report OF style modalias when probing using DT

[git pull] Input updates for 4.2-rc4
 2015-07-30 17:38 UTC 

[PATCH v5 00/10] Fixes and new clocks support for Mediatek MT8173
 2015-07-30 17:36 UTC  (5+ messages)
` [PATCH v5 01/10] clk: mediatek: Removed unused dpi_ck clock from MT8173

[RFC PATCH 0/2] mtd: nand: properly handle bitflips in erased pages
 2015-07-30 17:34 UTC  (3+ messages)
` [RFC PATCH 1/2] mtd: nand: add nand_check_erased helper functions
` [RFC PATCH 2/2] mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions

[PATCH v2 0/6] stop_machine: cleanups, fix, remove lglock
 2015-07-30 17:34 UTC  (2+ messages)

[PATCH] MIPS: Remove all the uses of custom gpio.h
 2015-07-30 17:28 UTC 

[scsi 1/7 RESEND] scsi_debug: define pr_fmt() for consistent logging
 2015-07-30 17:24 UTC  (14+ messages)
` [scsi 2/7 RESEND] scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;
` [scsi 3/7 RESEND] scsi_debug: vfree is null safe so drop the check
` [scsi 4/7 RESEND] scsi_debug: make dump_sector static
` [scsi 5/7 RESEND] scsi_debug: schedule_resp fix input variable check
` [scsi 6/7 RESEND] scsi_debug: fix REPORT LUNS Well Known LU
` [scsi 7/7] scsi_debug: resp_request: remove unused variable

[PATCH v2] pwm-backlight: Avoid backlight flicker when probed from DT
 2015-07-30 17:22 UTC 

[PATCH v5 0/4] x86: modify_ldt improvement, test, and config option
 2015-07-30 17:18 UTC  (7+ messages)
    ` [Xen-devel] "

[PATCH] ARM: at91: at91_dt_defconfig: enable ISI and ov2640 support
 2015-07-30 17:18 UTC 

[PATCH 0/4] Qualcomm Switch-Mode Battery Charger and Boost
 2015-07-30 17:17 UTC  (6+ messages)
` [PATCH 3/4] power: Add Qualcomm SMBB driver

[PATCHv3 00/10] mm, xen/balloon: memory hotplug improvements
 2015-07-30 17:03 UTC  (11+ messages)
` [PATCHv3 01/10] mm: memory hotplug with an existing resource
` [PATCHv3 02/10] xen/balloon: remove scratch page left overs
` [PATCHv3 03/10] x86/xen: discard RAM regions above the maximum reservation
` [PATCHv3 04/10] xen/balloon: find non-conflicting regions to place hotplugged memory
` [PATCHv3 05/10] xen/balloon: rationalize memory hotplug stats
` [PATCHv3 06/10] xen/balloon: only hotplug additional memory if required
` [PATCHv3 07/10] xen/balloon: make alloc_xenballoon_pages() always allocate low pages
` [PATCHv3 08/10] xen/balloon: use hotplugged pages for foreign mappings etc
` [PATCHv3 09/10] x86/xen: export xen_alloc_p2m_entry()
` [PATCHv3 10/10] xen/balloon: pre-allocate p2m entries for ballooned pages

[PATCH v3 00/24] replace ioremap_{cache|wt} with memremap
 2015-07-30 16:55 UTC  (25+ messages)
` [PATCH v3 01/24] mm: enhance region_is_ram() to region_intersects()
` [PATCH v3 02/24] arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead
` [PATCH v3 03/24] cleanup IORESOURCE_CACHEABLE vs ioremap()
` [PATCH v3 04/24] intel_iommu: fix leaked ioremap mapping
` [PATCH v3 05/24] arch: introduce memremap()
` [PATCH v3 06/24] arm: switch from ioremap_cache to memremap
` [PATCH v3 07/24] x86: "
` [PATCH v3 08/24] gma500: switch from acpi_os_ioremap "
` [PATCH v3 09/24] i915: "
` [PATCH v3 10/24] acpi: switch from ioremap_cache "
` [PATCH v3 11/24] toshiba laptop: replace ioremap_cache with ioremap
` [PATCH v3 12/24] memconsole: fix __iomem mishandling, switch to memremap
` [PATCH v3 13/24] visorbus: switch from ioremap_cache "
` [PATCH v3 14/24] intel-iommu: "
` [PATCH v3 15/24] libnvdimm, pmem: push call to ioremap_cache out of line
` [PATCH v3 16/24] pxa2xx-flash: switch from ioremap_cache to memremap
` [PATCH v3 17/24] sfi: "
` [PATCH v3 18/24] fbdev: switch from ioremap_wt "
` [PATCH v3 19/24] pmem: "
` [PATCH v3 20/24] arch: kill ioremap_cached()
` [PATCH v3 21/24] arch: kill ioremap_fullcache()
` [PATCH v3 22/24] arch: remove ioremap_cache, replace with arch_memremap
` [PATCH v3 23/24] arch: remove ioremap_wt, optionally "
` [PATCH v3 24/24] pmem: convert to generic memremap

[PATCH v2 00/11] Add c8sectpfe LinuxDVB demux driver
 2015-07-30 17:09 UTC  (12+ messages)
` [PATCH v2 01/11] [media] stv0367: Refine i2c error trace to include i2c address
` [PATCH v2 02/11] [media] stv0367: Add support for 16Mhz reference clock
` [PATCH v2 03/11] dvb-pll: Convert struct dvb_pll_desc uses to const
` [PATCH v2 04/11] [media] c8sectpfe: Add DT bindings documentation for c8sectpfe driver
` [PATCH v2 05/11] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node
` [PATCH v2 06/11] [media] c8sectpfe: STiH407/10 Linux DVB demux support
` [PATCH v2 07/11] [media] c8sectpfe: Add LDVB helper functions
` [PATCH v2 08/11] [media] c8sectpfe: Add support for various ST NIM cards
` [PATCH v2 09/11] [media] c8sectpfe: Add c8sectpfe debugfs support
` [PATCH v2 10/11] [media] c8sectpfe: Add Kconfig and Makefile for the driver
` [PATCH v2 11/11] MAINTAINERS: Add c8sectpfe driver directory to STi section

[PATCH v3] ARM: at91/soc: add basic support for new sama5d2 SoC
 2015-07-30 17:12 UTC 

[PATCH v2 0/6] Add support for additional bq27xxx devices
 2015-07-30 17:07 UTC  (7+ messages)
` [PATCH v2 3/6] power: bq27xxx_battery: Platform initialization must declare a device
` [PATCH v2 5/6] power: bq27xxx_battery: Add support for additional bq27xxx family devices

[PATCH v2] net/phy: micrel: Reenable interrupts during resume
 2015-07-30 17:00 UTC  (3+ messages)

[RFC v2] genalloc:add an gen_pool_first_fit_align algo to genalloc
 2015-07-30 17:06 UTC  (6+ messages)

[GIT PULL] at91: dt for 4.3 #1
 2015-07-30 17:00 UTC 

[PATCH 0/4] Show CP210x part number in sysfs
 2015-07-30 17:01 UTC  (3+ messages)
` [PATCH 2/4] cp210x: Unify code for set/get config control messages

[PATCH] kdbus/samples: skip on CROSS_COMPILE
 2015-07-30 17:00 UTC  (4+ messages)

ATA failure regression in kernel 4.2
 2015-07-30 17:01 UTC  (2+ messages)
` [Debug Patch] Collect more information about the regression

[PATCH 3.10 ~ 3.14] efi: fix the efi 32bit boot failed problem
 2015-07-30 16:59 UTC  (5+ messages)

[PATCH] mm: add resched points to remap_pmd_range/ioremap_pmd_range
 2015-07-30 16:58 UTC  (10+ messages)

[PATCH] Input: drivers/joystick: use parallel port device model
 2015-07-30 16:53 UTC  (2+ messages)

[PATCH 1/2] irqchip/gic: Only allow the primary GIC to set the CPU map
 2015-07-30 16:51 UTC  (3+ messages)
` [PATCH 2/2] irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instance

[PATCH v2 1/2] power: reset: at91: add sama5d3 reset function
 2015-07-30 16:45 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: at91: sama5/dt: update rstc to correct compatible string

[Bugfix]
 2015-07-30 16:46 UTC  (2+ messages)

[PATCHv2 0/1] Document how to add a new syscall
 2015-07-30 16:45 UTC  (4+ messages)
` [PATCHv2 1/1] Documentation: describe how to add a system call

[PATCH] backlight: pm8941-wled: Add default-brightness property
 2015-07-30 16:44 UTC  (5+ messages)

[PATCH v8 0/6] block: loop: improve loop with AIO
 2015-07-30 16:42 UTC  (6+ messages)
` [PATCH v8 4/6] block: loop: prepare for supporing direct IO
` [PATCH v8 6/6] block: loop: support DIO & AIO

[PATCHv1] mm: always initialize pages as reserved to fix memory hotplug
 2015-07-30 16:41 UTC  (3+ messages)

[PATCH tip/core/rcu 0/19] Expedited grace period changes for 4.3
 2015-07-30 16:34 UTC  (12+ messages)
` [PATCH tip/core/rcu 01/19] rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()
  ` [PATCH tip/core/rcu 02/19] rcu: Remove CONFIG_RCU_CPU_STALL_INFO
  ` [PATCH tip/core/rcu 19/19] rcu: Add fastpath bypassing funnel locking

[PATCH] x86/mm, efi: Check for valid image type
 2015-07-30 16:33 UTC  (6+ messages)

[RFC PATCH 00/16] Signature verification of hibernate snapshot
 2015-07-30 16:30 UTC  (11+ messages)
` [RFC PATCH 04/16] x86/efi: Generating random number in EFI stub
` [RFC PATCH 05/16] x86/efi: Get entropy through EFI random number generator protocol
` [RFC PATCH 06/16] x86/efi: Generating random HMAC key for siging hibernate image
` [RFC PATCH 07/16] efi: Public the function of transferring EFI status to kernel error
` [RFC PATCH 08/16] x86/efi: Carrying swsusp key by setup data

[PATCH] drivers/usb/: Simplify return statements
 2015-07-30 16:25 UTC  (2+ messages)

[PATCH v3 0/6] mmc: imx: a few fixes and new feature
 2015-07-30 16:25 UTC  (3+ messages)
` [PATCH v3 2/6] mmc: sdhci-esdhc-imx: add tuning-step seting support

[PATCH 6/7] selinux: Ignore security labels on user namespace mounts
 2015-07-30 16:24 UTC  (13+ messages)

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-30 16:15 UTC  (6+ messages)

[PATCH tip/core/rcu 0/12] Tree geometry-initialization simplifications for 4.3
 2015-07-30 16:22 UTC  (10+ messages)
` [PATCH tip/core/rcu 01/12] rcu: Provide more diagnostics for stalled GP kthread
  ` [PATCH tip/core/rcu 02/12] rcu: Panic if RCU tree can not accommodate all CPUs

[GIT PULL 00/10] perf/core improvements and fixes
 2015-07-30 16:17 UTC  (11+ messages)
` [PATCH 01/10] perf python: Remove dependency on 'machine' methods
` [PATCH 02/10] perf python: Add macro to simplify maintainance of the constants array
` [PATCH 03/10] perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc}
` [PATCH 04/10] perf python: Make twatch.py use soft dummy event, freq=0
` [PATCH 05/10] perf symbols: Fix mismatched declarations for elf_getphdrnum
` [PATCH 06/10] perf session env: Rename exit method
` [PATCH 07/10] perf tools: Add support for event post configuration
` [PATCH 08/10] perf tools: Force period term to overload global settings
` [PATCH 09/10] perf tools: Introduce callgraph_set for callgraph option
` [PATCH 10/10] perf tests: Adding build test for having ending double slash

[PATCH v4 1/2] dt: cpufreq: st: Provide bindings for ST's CPUFreq implementation
 2015-07-30 16:16 UTC  (8+ messages)
` [PATCH v4 2/2] dt: power: st: Provide bindings for ST's OPPs

[PATCH v8 0/5] mtd: nand: vf610_nfc: Freescale NFC for VF610
 2015-07-30 16:13 UTC  (3+ messages)
` [PATCH v8 1/5] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others

[PATCH] x86/smpboot: Check for cpu_active on cpu initialization
 2015-07-30 16:00 UTC  (3+ messages)
` [PATCH] sched: fix cpu_active_mask/cpu_online_mask race

i915 driver crashes on T540p if docking station attached
 2015-07-30 16:00 UTC  (10+ messages)
` [REGRESSION] "
        ` [Intel-gfx] "

Dealing with the NMI mess
 2015-07-30 15:54 UTC  (13+ messages)

[PATCH v3 0/3] ARM: at91: introducing Atmel sama5d2 SoC
 2015-07-30 15:51 UTC  (3+ messages)
` [PATCH v3 2/3] ARM: at91/dt: add basic dtsi for "

[Resend: PATCH] PCI: designware: fix the boot noise for missing *config* reg space
 2015-07-30 15:50 UTC  (2+ messages)

[PATCH linux-next 1/1] tty/serial: at91: fix I/O accesses on RHR and THR for AVR32
 2015-07-30 15:40 UTC  (2+ messages)

Dealing with the NMI mess
 2015-07-30 15:41 UTC  (13+ messages)

linux-next: manual merge of the akpm-current tree with the tip tree
 2015-07-30 15:38 UTC  (5+ messages)

[PATCH] irqchip/gic: Only allow the primary GIC to set the CPU map
 2015-07-30 15:37 UTC  (5+ messages)

[PATCH] userfaultfd: register syscall numbers for x86 32bit and x86-64 64bit
 2015-07-30 15:34 UTC 

samples/kdbus/kdbus-workers.c and cross compiling MIPS
 2015-07-30 15:32 UTC  (5+ messages)

[PATCH 2/3] perf/x86/intel/pt: Add an option to not force PSB+ on every schedule-in
 2015-07-30 15:24 UTC  (3+ messages)
` [PATCH v1] perf/x86/intel/pt: Do not force sync packets "

[PATCH] drm/nouveau/gem: tolerate a buffer specified multiple times
 2015-07-30 15:26 UTC  (7+ messages)


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).