linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-15 11:01:46 to 2015-05-15 15:45:50 UTC [more...]

[PATCH] x86: Align jump targets to 1 byte boundaries
 2015-05-15 15:45 UTC  (2+ messages)

[PATCH v2 00/20] libnd: non-volatile memory device support
 2015-05-15 15:43 UTC  (3+ messages)
` [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types
  ` [Linux-nvdimm] "

[PATCH V5 0/3] THP related cleanups
 2015-05-15 15:42 UTC  (4+ messages)
` [PATCH V5 1/3] mm/thp: Split out pmd collpase flush into a separate functions
` [PATCH V5 2/3] powerpc/mm: Use generic version of pmdp_clear_flush
` [PATCH V5 3/3] mm: Clarify that the function operates on hugepage pte

[PATCH v4 01/12] KVM: add comments for kvm_debug_exit_arch struct
 2015-05-15 15:43 UTC  (18+ messages)
` [PATCH v4 02/12] KVM: define common KVM_GUESTDBG_USE_SW/HW_BP bits
` [PATCH v4 03/12] KVM: arm64: guest debug, define API headers
` [PATCH v4 04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v4 05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v4 06/12] KVM: arm64: guest debug, add SW break point support
` [PATCH v4 07/12] KVM: arm64: guest debug, add support for single-step
` [PATCH v4 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v4 09/12] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v4 10/12] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v4 11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v4 12/12] KVM: arm64: add trace points for guest_debug debug

[PATCH 10/10] arm: perf: Fix memory leak when probing PMU PPIs
 2015-05-15 15:41 UTC 

[RFC 00/23] arm64: Add support for 64KB page granularity in Xen guest
 2015-05-15 15:41 UTC  (6+ messages)
` [RFC 21/23] net/xen-netback: Make it running on 64KB page granularity
    ` [Xen-devel] "

[PATCH v2 0/2] clk: adapt ->round_rate()/->determine_rate() prototypes
 2015-05-15 15:40 UTC  (5+ messages)
` [PATCH v2 1/2] clk: change clk_ops' ->round_rate() prototype

[PATCH V2 0/4] da9062: DA9062 driver submission
 2015-05-15 15:35 UTC  (6+ messages)
` [PATCH V2 3/4] watchdog: da9062: DA9062 watchdog driver

[PATCH 0/3] Allow user to request memory to be locked on page fault
 2015-05-15 15:35 UTC  (6+ messages)

[PATCHv5] RTC:driver for Cortina's SOC
 2015-05-15 15:28 UTC  (2+ messages)
` [PATCHiv5 1/1] "

[RFC v2 PATCH 0/6] MT8173 IOMMU SUPPORT
 2015-05-15 15:30 UTC  (3+ messages)
` [PATCH v2 3/6] iommu: add ARM short descriptor page table allocator

[PATCH] MODSIGN: Change default key details [ver #2]
 2015-05-15 15:21 UTC  (14+ messages)

[PATCH 0/2] extcon: Use the unique id for each cable and update the extcon notifier
 2015-05-15 15:16 UTC  (5+ messages)
` [PATCH 1/2] extcon: Use the unique id for external connector instead of string
` [PATCH 2/2] extcon: Update the prototype of extcon_register_notifier() with enum extcon

[PATCH v5] livepatch: Prevent patch inconsistencies if the coming module notifier fails
 2015-05-15 15:15 UTC  (3+ messages)

[PATCH tip/perf/core] perf probe: Load map before glob matching
 2015-05-15 15:15 UTC  (2+ messages)

[PATCH] mfd: arizona: Add missing parenthesis
 2015-05-15 15:05 UTC 

[PATCH 0/3] add new strscpy() API for string copy
 2015-05-15 15:15 UTC  (3+ messages)

[PATCH] arm64: dts: mt8173-evb: fix model name
 2015-05-15 15:13 UTC 

[PATCH 0/6] support "dataplane" mode for nohz_full
 2015-05-15 15:10 UTC  (14+ messages)

Regression: Disk corruption with dm-crypt and kernels >= 4.0
 2015-05-15 15:04 UTC  (5+ messages)

Mediatek pinctrl driver optimize and add Mediatek SoC Pinctrl/GPIO/EINT driver for mt6397/mt8127
 2015-05-15 15:09 UTC 

[PATCH 0/4] ozwpan: Four remote packet-of-death vulnerabilities
 2015-05-15 15:02 UTC  (3+ messages)
` [PATCH 1/4] ozwpan: Use proper check to prevent heap overflow

[PATCH RFC] Documentation/infiniband: Add docs for rdma-helpers
 2015-05-15 15:02 UTC  (9+ messages)

[PATCH 1/2] coredump: use from_kuid/kgid_munged when formatting corename
 2015-05-15 14:54 UTC  (5+ messages)
` [PATCH v2 1/2] coredump: use from_kuid/kgid "
  ` [PATCH v2 2/2] coredump: add __printf attribute to cn_*printf functions

[PATCHv5 00/28] THP refcounting redesign
 2015-05-15 14:57 UTC  (36+ messages)
` [PATCHv5 01/28] mm, proc: adjust PSS calculation
` [PATCHv5 02/28] rmap: add argument to charge compound page
` [PATCHv5 03/28] memcg: adjust to support new THP refcounting
` [PATCHv5 04/28] mm, thp: adjust conditions when we can reuse the page on WP fault
` [PATCHv5 05/28] mm: adjust FOLL_SPLIT for new refcounting
` [PATCHv5 06/28] mm: handle PTE-mapped tail pages in gerneric fast gup implementaiton
` [PATCHv5 07/28] thp, mlock: do not allow huge pages in mlocked area
` [PATCHv5 08/28] khugepaged: ignore pmd tables with THP mapped with ptes
` [PATCHv5 09/28] thp: rename split_huge_page_pmd() to split_huge_pmd()
` [PATCHv5 10/28] mm, vmstats: new THP splitting event

[PATCH V6 00/10] namespaces: log namespaces per task
 2015-05-15 14:51 UTC  (15+ messages)
` [PATCH V6 05/10] audit: log creation and deletion of namespace instances

NFS client broken in 4.1.0-rc2
 2015-05-15 14:50 UTC  (3+ messages)

[PATCH 1/2] mfd: da9052: fix broken regulator probe
 2015-05-15 14:47 UTC  (12+ messages)
          ` [PATCH RESEND] "

[PATCH v2] leds: fix brightness changing when software blinking is active
 2015-05-15 14:41 UTC  (5+ messages)

[ 05/48] x86_64, switch_to(): Load TLS descriptors before switching DS and ES
 2015-05-15 14:37 UTC  (6+ messages)

[PATCH 1/1] suspend: delete sys_sync()
 2015-05-15 14:32 UTC  (3+ messages)

[PATCH v2 0/2] capabilities: Ambient capabilities
 2015-05-15 14:31 UTC  (6+ messages)
` [PATCH v2 1/2] "

[PATCH v2] PM / sleep: Let devices force direct_complete
 2015-05-15 14:54 UTC  (4+ messages)

[PATCH v1 00/15] decouple pagefault_disable() from preempt_disable()
 2015-05-15 14:23 UTC  (2+ messages)

[PATCH 1/1] suspend: delete sys_sync()
 2015-05-15 14:19 UTC  (2+ messages)

[PATCH v2] Mediatek SCPSYS power domain support
 2015-05-15 14:17 UTC  (3+ messages)
` [PATCH 4/4] ARM64: MediaTek MT8173: Add SCPSYS device node

[PATCH v2] Mediatek SCPSYS power domain support
 2015-05-15 14:17 UTC  (5+ messages)
` [PATCH 1/5] soc: mediatek: Add infracfg misc driver support
` [PATCH 3/5] soc: Mediatek: Add SCPSYS power domain driver

[PATCH] MAINTAINERS: ARM: EXYNOS: Add Krzysztof Kozlowski as co-maintainer
 2015-05-15 14:15 UTC  (8+ messages)
` [PATCH] MAINTAINERS: ARM: EXYNOS: Add Krzysztof Kozlowski asco-maintainer

[PATCH 0/6] Watchdog: introdouce ARM SBSA watchdog driver
 2015-05-15 14:14 UTC  (15+ messages)
  ` [PATCH 1/6] Documentation: add sbsa-gwdt.txt documentation
  ` [PATCH 2/6] ARM64: add SBSA Generic Watchdog device node in foundation-v8.dts
  ` [PATCH 3/6] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi
  ` [Linaro-acpi] [PATCH 0/6] Watchdog: introdouce ARM SBSA watchdog driver
` [PATCH 4/6] Watchdog: introdouce "pretimeout" into framework
  ` [PATCH 5/6] Watchdog: introdouce ARM SBSA watchdog driver
  ` [PATCH 6/6] ACPI: import watchdog info of GTDT into platform device

[PATCH 0/4] ARM: multi_v7_defconfig: Stuff for Exynos
 2015-05-15 14:12 UTC  (6+ messages)
` [PATCH 1/4] ARM: multi_v7_defconfig: Enable CPU idle "
` [PATCH 2/4] ARM: multi_v7_defconfig: Enable PMIC and MUIC drivers for Exynos boards
` [PATCH 3/4] ARM: multi_v7_defconfig: Enable TMU for Exynos
` [PATCH 4/4] ARM: multi_v7_defconfig: Enable OHCI on Exynos

[PATCH 0/5] Marvell PXA1928 USB support
 2015-05-15 14:11 UTC  (4+ messages)

[PATCH 0/2] Add support for BQ25890 charger chip
 2015-05-15 14:06 UTC  (3+ messages)
` [PATCH 1/2] Documentation: devicetree: Add TI BQ25890 bindings
` [PATCH 2/2] power_supply: Add support for TI BQ25890 charger chip

[PATCH v2 0/5] KASan for arm64
 2015-05-15 13:59 UTC  (6+ messages)
` [PATCH v2 1/5] kasan, x86: move KASAN_SHADOW_OFFSET to the arch Kconfig
` [PATCH v2 2/5] x86: kasan: fix types in kasan page tables declarations
` [PATCH v2 3/5] x86: kasan: generalize populate_zero_shadow() code
` [PATCH v2 4/5] kasan, x86: move populate_zero_shadow() out of arch directory
` [PATCH v2 5/5] arm64: add KASan support

[PATCH] arm64: support ACPI tables outside of kernel RAM
 2015-05-15 13:58 UTC  (3+ messages)

[PATCH 0/8] MODSIGN: Use PKCS#7 for module signatures [ver #4]
 2015-05-15 13:46 UTC  (10+ messages)
` [PATCH 1/8] X.509: Extract both parts of the AuthorityKeyIdentifier "
` [PATCH 2/8] X.509: Support X.509 lookup by Issuer+Serial form "
` [PATCH 3/8] PKCS#7: Allow detached data to be supplied for signature checking purposes "
` [PATCH 4/8] MODSIGN: Provide a utility to append a PKCS#7 signature to a module "
` [PATCH 5/8] MODSIGN: Use PKCS#7 messages as module signatures "
` [PATCH 6/8] sign-file: Add option to only create signature file "
` [PATCH 7/8] system_keyring.c doesn't need to #include module-internal.h "
` [PATCH 8/8] MODSIGN: Extract the blob PKCS#7 signature verifier from module signing "

[PATCH 0/5] VFIO platform reset
 2015-05-15 13:35 UTC  (6+ messages)
` [PATCH 5/5] VFIO: platform: VFIO platform Calxeda xgmac reset module

perf.data file format specification draft
 2015-05-15 13:34 UTC  (6+ messages)

Object code duplication in sound/pci/echoaudio/
 2015-05-15 13:33 UTC  (3+ messages)

[PATCH linux-next] tracing/mm: Use raw_smp_processor_id() instead of smp_processor_id()
 2015-05-15 13:32 UTC  (2+ messages)

[v4 0/3] prerequisite changes for VT-d posted-interrupts
 2015-05-15 13:27 UTC  (7+ messages)
` [v4 1/3] genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU
` [v4 2/3] x86, irq: Implement irq_set_vcpu_affinity for pci_msi_ir_controller
` [v4 3/3] x86, irq: Define a global vector for VT-d Posted-Interrupts

[PATCH] gpiolib: debugfs: display gpios requested as irq only
 2015-05-15 13:25 UTC 

[PATCH v2] ARM: dts: Add syscon property to the MIPI phy in exynos5420
 2015-05-15 13:22 UTC  (2+ messages)

[PATCHSET REPOST] printk, netconsole: implement extended console support
 2015-05-15 13:20 UTC  (7+ messages)
` [PATCH 1/7] printk: guard the amount written per line by devkmsg_read()
` [PATCH 2/7] printk: factor out message formatting from devkmsg_read()
` [PATCH 3/7] printk: implement support for extended console drivers

[PATCH 0/7 v22] LSM: Multiple concurrent LSMs
 2015-05-15 12:56 UTC  (5+ messages)
` [PULL] LSM: Basic module stacking infrastructure for security-next - Acked
      ` [PULL] LSM: Basic module stacking infrastructure for security-next- Acked

[PATCH] ARM: 8351/1: perf: fix memory leak on return
 2015-05-15 12:43 UTC 

[̈́PATCHv5 00/12] usb: ulpi bus
 2015-05-15 12:40 UTC  (6+ messages)

[PATCH] i2c: designware: separate ops for system_sleep_pm and runtime_pm
 2015-05-15 12:31 UTC 

[PATCH] serial: 8250_uniphier: add UniPhier serial driver
 2015-05-15 12:26 UTC 

[RESEND Patch V3 00/15] xen: support pv-domains larger than 512GB
 2015-05-15 12:17 UTC  (2+ messages)

[PATCH 0/6] x86: reduce paravirtualized spinlock overhead
 2015-05-15 12:16 UTC  (2+ messages)

[PATCH] Input: Add generic driver for Zeitec touchscreens
 2015-05-15 12:22 UTC 

[PATCH v2] x86/asm/entry/64: Use shorter MOVs from segmers registers
 2015-05-15 12:13 UTC  (2+ messages)

[PATCH 1/1] clk: tegra: fix WARN_ON in PLL_RE registration
 2015-05-15 12:07 UTC 

[PATCH 1/2] driver: xen-blkfront: move talk_to_blkback to the correct place
 2015-05-15 12:06 UTC  (9+ messages)
` [PATCH v3 2/2] xen/block: add multi-page ring support

[PATCH RESEND] w1: masters: omap_hdq: Add support for 1-wire mode
 2015-05-15 12:05 UTC  (3+ messages)

[PATCH] drm/ttm: dma: Don't crash on memory in the vmalloc range
 2015-05-15 12:03 UTC  (2+ messages)

[PATCH 0/9] multi_v7_defconfig: Enable options for Exynos Chromebooks
 2015-05-15 12:00 UTC  (3+ messages)

[PATCH] scripts/gdb: Add ps command
 2015-05-15 11:45 UTC  (2+ messages)

[PATCH 0/2 v2] Fix boot on Calxeda highbank
 2015-05-15 11:34 UTC  (3+ messages)
` [PATCH 1/2] ARM: cache-l2c: Detect whether it's safe to unlock

[PATCH 0/3] scripts/gdb: clean up
 2015-05-15 11:32 UTC  (5+ messages)
` [PATCH 2/3] scripts/gdb: Fix PEP8 compliance
` [PATCH 3/3] scripts/gdb: Remove useless global instruction

[PATCH] btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl
 2015-05-15 11:19 UTC  (4+ messages)

[PATCH v3 0/2] kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path
 2015-05-15 11:01 UTC  (3+ messages)
` [PATCH v3 1/2] kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers is enabled
` [PATCH v3 2/2] kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path

[PATCH] bpf: fix a race between perf_event_fd and kprobe freeing
 2015-05-15 10:52 UTC 

[PATCH 0/4] Add Altera Arria10 EDAC Support
 2015-05-15 11:00 UTC  (3+ messages)
` [PATCH 1/4] edac, altera: Generalize driver to use DT Memory size


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