The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2013-10-15 16:27:05 to 2013-10-15 20:42:37 UTC [more...]

[RFC 0/9] of: refactor IRQ parsing and add interrupts-extended implementation
 2013-10-15 20:39 UTC  (10+ messages)
` [RFC 1/9] of/irq: Rename of_irq_map_* functions to of_irq_parse_*
` [RFC 2/9] of/irq: Replace of_irq with of_phandle_args
` [RFC 3/9] of/irq: simplify args to irq_create_of_mapping
` [RFC 4/9] of/irq: Refactor interrupt-map parsing
` [RFC 5/9] of: Add helper for printing an of_phandle_args structure
` [RFC 6/9] of: Add testcases for interrupt parsing
` [RFC 7/9] of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code
` [RFC 8/9] microblaze/pci: Drop PowerPC-ism from irq parsing
` [RFC 9/9] of/irq: create interrupts-extended property

[PATCH] bug: Use xchg() to update WARN_ON_ONCE() static variable
 2013-10-15 20:41 UTC  (9+ messages)

[PATCH RFC 0/5] Ethernet support for Zynq
 2013-10-15 20:38 UTC  (5+ messages)
` [PATCH RFC 4/5] net: macb: Use devm_request_irq()

[PATCH] x86: Remove WARN_ON(in_nmi()) from vmalloc_fault
 2013-10-15 20:39 UTC 

[RFC][PATCH 0/8] mm: freshen percpu pageset code
 2013-10-15 20:35 UTC  (9+ messages)
` [RFC][PATCH 1/8] mm: pcp: rename percpu pageset functions
` [RFC][PATCH 2/8] mm: pcp: consolidate percpu_pagelist_fraction code
` [RFC][PATCH 3/8] mm: pcp: separate pageset update code from sysctl code
` [RFC][PATCH 4/8] mm: pcp: move pageset sysctl code to sysctl.c
` [RFC][PATCH 5/8] mm: pcp: make percpu_pagelist_fraction sysctl undoable
` [RFC][PATCH 6/8] mm: pcp: consolidate high-to-batch ratio code
` [RFC][PATCH 7/8] mm: pcp: move page coloring optimization away from pcp sizing
` [RFC][PATCH 8/8] mm: pcp: create setup_boot_pageset()

[PATCH] powerpc 8xx: Fixing memory init issue with CONFIG_PIN_TLB
 2013-10-15 20:33 UTC  (5+ messages)

[PATCH v2 0/7] Tegra124 clock support
 2013-10-15 20:31 UTC  (9+ messages)
` [PATCH v2 1/7] clk: tegra: Add support for PLLSS
` [PATCH v2 4/7] clk: tegra124: Add new peripheral clocks
` [PATCH v2 5/7] clk: tegra124: Add support for Tegra124 clocks

mm: fix BUG in __split_huge_page_pmd
 2013-10-15 20:30 UTC  (9+ messages)

[PATCH] usb-storage: scsiglue: Changing the command result
 2013-10-15 20:22 UTC  (6+ messages)

[GIT PULL] Immutable biovecs
 2013-10-15 20:20 UTC 

fs/attr.c:notify_change locking warning
 2013-10-15 20:19 UTC  (3+ messages)

DoS with unprivileged mounts
 2013-10-15 20:18 UTC  (22+ messages)
  ` [RFC][PATCH 0/3] vfs: Detach mounts on unlink
    ` [RFC][PATCH 4/3] vfs: Allow rmdir to remove mounts in all but the current mount namespace
                                ` [REVIEW][PATCH 0/4] vfs: Detach mounts on unlink
                                  ` [REVIEW][PATCH 1/4] vfs: Don't allow overwriting mounts in the current mount namespace
                                  ` [REVIEW][PATCH 2/4] vfs: Keep a list of mounts on a mount point
                                  ` [REVIEW][PATCH 3/4] vfs: Add a function to lazily unmount all mounts from any dentry. v3
                                  ` [REVIEW][PATCH 4/4] vfs: Lazily remove mounts on unlinked files and directories. v2

[PATCH] USB: OHCI: Only use ohci_driver_overrides if they are defined
 2013-10-15 20:13 UTC  (3+ messages)

[PATCH] perf list: Show error if tracepoints not available
 2013-10-15 20:07 UTC 

[PATCH v6 0/5] clk: clock deregistration support
 2013-10-15 20:04 UTC  (4+ messages)

[PATCH v2] kexec support for Linux/m68k (kernel part)
 2013-10-15 20:03 UTC  (7+ messages)
` [PATCH 1/3] kexec: Add debug printing of kimage table entries
` [PATCH 2/3] m68k: Add kexec support
` [PATCH 3/3] m68k: Add support to export bootinfo in procfs

[PATCH v2 0/7] Make dwc3 use Generic PHY Framework
 2013-10-15 19:54 UTC  (8+ messages)
` [PATCH v2 1/7] usb: dwc3: get "usb_phy" only if the platform indicates the presence of PHY's
` [PATCH v2 2/7] usb: dwc3: adapt dwc3 core to use Generic PHY Framework
` [PATCH v2 3/7] Documentation: dt bindings: move ..usb/usb-phy.txt to ..phy/ti-phy.txt
` [PATCH v2 4/7] drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY Framework
` [PATCH v2 5/7] usb: phy: omap-usb2: remove *set_suspend* callback from omap-usb2
` [PATCH v2 6/7] phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/
` [PATCH v2 7/7] arm/dts: added dt properties to adapt to the new phy framwork

[PATCH] pps : add non blocking option to PPS_FETCH ioctl
 2013-10-15 19:55 UTC  (4+ messages)

linux-next: Tree for Oct 15
 2013-10-15 19:50 UTC  (2+ messages)
` linux-next: Tree for Oct 15 (usb gadget f_mass_storage and storage_common)

[PATCH v3 00/19] Introduce common infra for tegra clocks
 2013-10-15 19:43 UTC  (23+ messages)
` [PATCH v3 02/19] clk: tegra: simplify periph clock data
` [PATCH v3 03/19] clk: tegra: common periph_clk_enb_refcnt and clks
` [PATCH v3 05/19] clk: tegra: move some PLLC and PLLXC init to clk-pll.c
` [PATCH v3 08/19] clk: tegra: add common infra for DT clocks
` [PATCH v3 09/19] clk: tegra: add clkdev registration infra
` [PATCH v3 10/19] clk: tegra: move audio clk to common file
` [PATCH v3 11/19] clk: tegra: move periph clocks "
` [PATCH v3 13/19] clk: tegra: introduce common gen4 super clock
` [PATCH v3 14/19] clk: tegra30: replace enum by binding header
` [PATCH v3 19/19] clk: tegra30: move to common tegra clk infra

[PATCH] mg_disk: remove deprecated IRQF_DISABLED
 2013-10-15 19:40 UTC  (2+ messages)

[RFC RESEND 0/3] replace INIT_COMPLETION with reinit_completion
 2013-10-15 19:31 UTC  (4+ messages)
` [RFC RESEND 1/3] sched: "
` [RFC RESEND 2/3] tree-wide: use reinit_completion instead of INIT_COMPLETION
` [RFC RESEND 3/3] sched: remove INIT_COMPLETION

[PATCH] drivers: misc: add gpio wakeup driver
 2013-10-15 19:32 UTC  (3+ messages)

[PATCH v2 0/2] x86, apic, kdump: Disable BSP if boot cpu is AP
 2013-10-15 19:30 UTC  (5+ messages)
` [PATCH v2 1/2] x86, apic: Add boot_cpu_is_bsp() to check if boot cpu is BSP
` [PATCH v2 2/2] x86, apic: Disable BSP if boot cpu is AP

epoll oops
 2013-10-15 19:28 UTC  (5+ messages)

[PATCH 00/10] percpu: Replace __get_cpu_var uses in core code V1
 2013-10-15 19:25 UTC  (13+ messages)
` [PATCH 01/10] net: Replace __get_cpu_var uses
` [PATCH 02/10] time: "
` [PATCH 03/10] scheduler: "
` [PATCH 04/10] mm: "
` [PATCH 05/10] tracing: "
` [PATCH 06/10] block: "
` [PATCH 07/10] rcu: "
` [PATCH 08/10] percpu: "
` [PATCH 09/10] watchdog: "
` [PATCH 10/10] kernel misc: "

[PATCH] hpet: remove deprecated IRQF_DISABLED
 2013-10-15 19:25 UTC  (2+ messages)

[PATCH v2] staging/olpc_dcon: fix kconfig to fix build errors
 2013-10-15 19:24 UTC  (4+ messages)

[PATCH 0/3 v2] Add regulator supply alias
 2013-10-15 19:14 UTC  (4+ messages)
` [PATCH 1/3 v2] regulator: core: Add ability to create a lookup alias for supply
` [PATCH 2/3 v2] mfd: Allow mapping regulator supplies to MFD device from children
` [PATCH 3/3 v2] mfd: arizona: Specify supply mappings for Arizona CODECs

Extended H/W error log driver
 2013-10-15 19:23 UTC  (32+ messages)
` [PATCH 2/8] ACPI, CPER: Update cper info
` [PATCH 4/8] DMI: Parse memory device (type 17) in SMBIOS
` [PATCH 5/8] ACPI, APEI, CPER: Add UEFI 2.4 support for memory error
` [PATCH 6/8] ACPI, APEI, CPER: Enhance memory reporting capability
` [PATCH 7/8] ACPI, APEI, CPER: Cleanup CPER memory error output format
` [PATCH 8/8] ACPI / trace: Add trace interface for eMCA driver

[PATCH 0/3 v2] Add regulator supply alias
 2013-10-15 19:12 UTC  (4+ messages)
` [PATCH 1/3 v2] regulator: core: Add ability to create a lookup alias for supply
` [PATCH 2/3 v2] mfd: Allow mapping regulator supplies to MFD device from children
` [PATCH 3/3 v2] mfd: arizona: Specify supply mappings for Arizona CODECs

m68k discontigmem bug
 2013-10-15 19:15 UTC 

[PATCH 1/2] mmc: arasan: Add driver for Arasan SDHCI
 2013-10-15 19:08 UTC  (2+ messages)
` [PATCH 2/2] arm: dt: zynq: Add SDHCI nodes

[PATCH 00/18] cleanup: wrapper functions of net_ratelimit() called to simplify code
 2013-10-15 19:06 UTC  (3+ messages)
` [PATCH 14/18] net: usb: use wrapper functions of net_ratelimit() "

[PATCH 04/12] mm, thp, tmpfs: split huge page when moving from page cache to swap
 2013-10-15 19:00 UTC  (3+ messages)

[PATCH 03/12] mm, thp, tmpfs: handle huge page cases in shmem_getpage_gfp
 2013-10-15 18:58 UTC  (3+ messages)

[PATCH 05/12] mm, thp, tmpfs: request huge page in shm_fault when needed
 2013-10-15 18:49 UTC  (3+ messages)

[PATCH 07/12] mm, thp, tmpfs: handle huge page in shmem_undo_range for truncate
 2013-10-15 18:48 UTC  (3+ messages)

[PATCH 11/12] mm, thp, tmpfs: enable thp page cache in tmpfs
 2013-10-15 18:42 UTC  (3+ messages)

[RFC PATCH linux-next] ns: do not allocate a new nsproxy at each call
 2013-10-15 18:40 UTC  (2+ messages)

[PATCH 0/6] percpu: Implement Preemption checks for __this_cpu operations V4b
 2013-10-15 18:36 UTC  (8+ messages)
` [PATCH 1/6] net: ip4_datagram_connect: Use correct form of statistics update
` [PATCH 2/6] percpu: Add raw_cpu_ops
` [PATCH 3/6] mm: Use raw_cpu ops for determining current NUMA node
` [PATCH 4/6] Use raw_cpu_write for initialization of per cpu refcount
` [PATCH 5/6] net: __this_cpu_inc in route.c
` [PATCH 6/6] percpu: Add preemption checks to __this_cpu ops

[PATCH] ipc/sem.c: fix small codingstyle
 2013-10-15 18:36 UTC  (3+ messages)

[PATCH v1] seq_file: Fix overflow condition in seq_commit
 2013-10-15 18:33 UTC  (7+ messages)

blk_mq_update_queue_map makes an (invalid?) assumption about cpu ordering
 2013-10-15 18:25 UTC  (3+ messages)

[RFC PATCH] timekeeping: Correct run-time detection of real-time clock
 2013-10-15 18:23 UTC  (3+ messages)

[PATCH V2] For for each TSN t being newly acked (Not only cumulatively, but also SELECTIVELY) cacc_saw_newack should be set to 1
 2013-10-15 18:13 UTC 

Patch "ext4: fix memory leak in xattr" has been added to the 3.0-stable tree
 2013-10-15 18:11 UTC 

pull request: wireless 2013-10-15
 2013-10-15 17:56 UTC 

[PATCH V8 00/33] loop: Issue O_DIRECT aio using bio_vec
 2013-10-15 17:53 UTC  (8+ messages)

CONFIG_SLUB/USE_SPLIT_PTLOCKS compatibility
 2013-10-15 17:53 UTC  (4+ messages)

pull request: wireless 2013-10-15
 2013-10-15 17:46 UTC 

[GIT PULL] please pull infiniband.git
 2013-10-15 17:48 UTC  (3+ messages)

[PATCH] For for each TSN t being newly acked (Not only cumulatively, but also SELECTIVELY) cacc_saw_newack should be set to 1
 2013-10-15 17:48 UTC  (4+ messages)

[patch 0/8] mm: thrash detection-based file cache sizing v5
 2013-10-15 17:41 UTC  (5+ messages)

[PATCH] leds: Added driver for the NXP PCA9685 I2C chip
 2013-10-15 17:39 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/2] mm: Fix N_CPU handlings of node_states
 2013-10-15 17:25 UTC  (6+ messages)
` [PATCH 1/2] mm: Set N_CPU to node_states during boot
` [PATCH 2/2] mm: Clear N_CPU from node_states at CPU offline

[PATCH v2] blk-throttle: simplify logic by token bucket algorithm
 2013-10-15 17:32 UTC  (2+ messages)

[PATCH part2 v2 0/8] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-10-15 17:31 UTC  (7+ messages)

[PATCH] X.25: Fix address field length calculation
 2013-10-15 17:29 UTC  (2+ messages)

[PATCH 02/12] mm, thp, tmpfs: support to add huge page into page cache for tmpfs
 2013-10-15 17:27 UTC  (3+ messages)

[PATCH v2] x86, relocs: add more per-cpu gold special cases
 2013-10-15 17:22 UTC  (10+ messages)
` [tip:x86/kaslr] x86, relocs: Add "

[PATCH v8 0/5] ARM: support for Trusted Foundations secure monitor
 2013-10-15 17:20 UTC  (4+ messages)
` [PATCH v8 1/5] ARM: add basic support for Trusted Foundations

[PATCH] swap: fix setting PAGE_SIZE blocksize during swapoff/swapon race
 2013-10-15 17:19 UTC  (4+ messages)

[PATCH] mtd: Move major number definitions to major.h
 2013-10-15 17:16 UTC 

[PATCH 0/8] ARM: Initial support for Marvell Berlin SoCs
 2013-10-15 17:09 UTC  (5+ messages)
` [PATCH 4/8] ARM: add Marvell Berlin SoC familiy to Marvell doc

[RFC][PATCH 0/7] Power-aware scheduling v2
 2013-10-15 17:05 UTC  (5+ messages)

[PATCH] ARM: dts: OMAP5: Add i2c aliases
 2013-10-15 17:00 UTC 

[PATCH] jump_label: unlikely(x) > 0
 2013-10-15 16:53 UTC  (3+ messages)

[3.8.y.z extended stable] Linux 3.8.13.11
 2013-10-15 16:48 UTC  (2+ messages)

Panic and page fault in loop during handling NMI backtrace handler
 2013-10-15 16:40 UTC 

[PATCH 0/3] perf trace enhancements
 2013-10-15 16:37 UTC  (10+ messages)
` [PATCH 3/3] perf record: mmap output file

[PATCH v3 0/4] mmc: omap_hsmmc: SDIO irq
 2013-10-15 16:34 UTC  (3+ messages)
` [PATCH v3 3/4] mmc: omap_hsmmc: Remux pins to support SDIO interrupt on AM335x


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