linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-17 13:50:37 to 2015-07-17 17:14:04 UTC [more...]

[PATCH 0/3] dm-crypt: Adds support for wiping key when doing suspend/hibernation
 2015-07-17 17:13 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] dm: Export function dm_suspend_md()

[PATCH] bcmsysport:Fix error handling in the function bcm_sysport_init_rx_ring
 2015-07-17 17:08 UTC 

[PATCH v7 0/4] Compile-time stack validation
 2015-07-17 16:47 UTC  (23+ messages)
` [RFC PATCH 00/21] x86: Proposed fixes for stackvalidate warnings
  ` [RFC PATCH 01/21] stackvalidate: Process ignores earlier and add more ignore checks
  ` [RFC PATCH 02/21] stackvalidate: Add C version of STACKVALIDATE_IGNORE_INSN
  ` [RFC PATCH 03/21] x86/asm: Add C versions of FRAME and ENDFRAME macros
  ` [RFC PATCH 04/21] x86/hweight: Add stack frame dependency for __arch_hweight*()
  ` [RFC PATCH 05/21] x86/xen: Add stack frame dependency to hypercall inline asm calls
  ` [RFC PATCH 06/21] x86/paravirt: Add stack frame dependency to PVOP "
  ` [RFC PATCH 07/21] x86/paravirt: Fix frame pointer usage in PV_CALLEE_SAVE_REGS_THUNK
  ` [RFC PATCH 08/21] x86/paravirt: Align paravirt thunk functions at 16-byte boundaries
  ` [RFC PATCH 09/21] x86/amd: Set ELF function type for vide()
  ` [RFC PATCH 10/21] x86/reboot: Add ljmp instructions to stackvalidate whitelist
  ` [RFC PATCH 11/21] x86/xen: Add xen_cpuid() and xen_setup_gdt() to stackvalidate whitelists
  ` [RFC PATCH 12/21] sched: Add __schedule() to stackvalidate whitelist
  ` [RFC PATCH 13/21] x86/asm/crypto: Fix frame pointer usage in aesni-intel_asm.S
  ` [RFC PATCH 14/21] x86/asm/crypto: Move .Lbswap_mask data to .rodata section
  ` [RFC PATCH 15/21] x86/asm/crypto: Move jump_table "
  ` [RFC PATCH 16/21] x86/asm/crypto: Fix frame pointer usage in clmul_ghash_mul/update()
  ` [RFC PATCH 17/21] x86/asm/entry: Fix frame pointer usage in thunk functions
  ` [RFC PATCH 18/21] x86/asm/acpi: Fix frame pointer usage in do_suspend_lowlevel()
  ` [RFC PATCH 19/21] x86/asm: Fix frame pointer usage in rwsem functions
  ` [RFC PATCH 20/21] x86/asm/efi: Fix frame pointer usage in efi_call()
  ` [RFC PATCH 21/21] x86/asm/power: Fix frame pointer usage in hibernate_asm_64.S

[RFC PATCH] thread_local_abi system call: caching current CPU number (x86)
 2015-07-17 17:03 UTC  (6+ messages)

[PATCH] sched: prevent sched entity from being decayed twice when both waking and migrating it
 2015-07-17 17:02 UTC  (4+ messages)

[PATCH 0/2] x86/fpu: Fix FPU context sizing boot regression, introduce dynamic task_struct
 2015-07-17 17:02 UTC  (3+ messages)
` [PATCH 2/2] x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86

[PATCH 0/9] Intel core misc PMUs support
 2015-07-17 17:01 UTC  (12+ messages)
` [PATCH 2/9] perf/x86: core_misc PMU disable and enable support
` [PATCH 3/9] perf/x86: Add is_hardware_event

[PATCH 000/208] big x86 FPU code rewrite
 2015-07-17 16:58 UTC  (7+ messages)
` [PATCH 097/208] x86/fpu: Remove 'init_xstate_buf' bootmem allocation
  ` 4.2-rc2: early boot memory corruption from FPU rework
      ` [REGRESSION] "

[PATCH] hwmon: coretemp: use list instead of fixed size array for temp data
 2015-07-17 16:55 UTC  (4+ messages)

[PATCH 1/3] staging: sm7xxfb: move sm712fb out of staging
 2015-07-17 16:52 UTC  (2+ messages)

[PATCH] staging: ion: ion_cma_heap: Don't directly use dma_common_get_sgtable
 2015-07-17 16:50 UTC  (4+ messages)

[PATCH] perf/x86/intel/rapl: Add support for Knights Landing (KNL)
 2015-07-17 17:03 UTC  (6+ messages)

[PATCH V6 0/4] audit by executable name
 2015-07-17 16:48 UTC  (11+ messages)
` [PATCH V6 1/4] audit: implement audit by executable
` [PATCH V6 4/4] audit: avoid double copying the audit_exe path string

linux-next: build warnings after merge of the regmap tree
 2015-07-17 16:45 UTC  (7+ messages)
    ` [PATCH 1/2] mfd: Fixup clients of multi_reg_write/register_patch
    ` [PATCH 2/2] ASoC: wm5110: Use reg_sequence for multi_reg_write/register_patch

[PATCH V8 00/25] perf tools: Introduce an abstraction for AUX Area and Instruction Tracing
 2015-07-17 16:34 UTC  (26+ messages)
` [PATCH V8 01/25] perf auxtrace: Add Intel PT as an AUX area tracing type
` [PATCH V8 02/25] perf tools: Add Intel PT packet decoder
` [PATCH V8 03/25] perf tools: Add Intel PT instruction decoder
` [PATCH V8 04/25] perf tools: Add Intel PT log
` [PATCH V8 05/25] perf tools: Add Intel PT decoder
` [PATCH V8 06/25] perf tools: Add Intel PT support
` [PATCH V8 07/25] perf tools: Take Intel PT into use
` [PATCH V8 08/25] perf tools: Add Intel BTS support
` [PATCH V8 09/25] perf tools: Put itrace options into an asciidoc include
` [PATCH V8 10/25] perf tools: Add example call-graph script
` [PATCH V8 11/25] perf auxtrace: Fix period type 'i' not working
` [PATCH V8 12/25] perf tools: Fix perf-with-kcore handling of arguments containing spaces
` [PATCH V8 13/25] perf tools: Fix Intel PT 'instructions' sample period
` [PATCH V8 14/25] perf tools: Add perf_pmu__format_bits()
` [PATCH V8 15/25] perf tools: Validate config term maximum value
` [PATCH V8 16/25] perf tools: Extend the event parser maximum error index
` [PATCH V8 17/25] perf tools: Add Intel PT support for PSB periods
` [PATCH V8 18/25] perf tools: Add new Intel PT packet definitions
` [PATCH V8 19/25] perf tools: Pass Intel PT information for decoding MTC and CYC
` [PATCH V8 20/25] perf tools: Add Intel PT support for decoding MTC packets
` [PATCH V8 21/25] perf tools: Add Intel PT support for using "
` [PATCH V8 22/25] perf tools: Add Intel PT support for decoding CYC packets
` [PATCH V8 23/25] perf tools: Add Intel PT support for using "
` [PATCH V8 24/25] perf tools: Add Intel PT support for decoding TRACESTOP packets
` [PATCH V8 25/25] perf tools: Update Intel PT documentation

[PATCH v2 0/6] 32-bit PVH domU support
 2015-07-17 16:43 UTC  (9+ messages)
` [PATCH v2 1/6] xen/x86/pvh: Save %rbx in xen_pvh_early_cpu_init()
` [PATCH v2 4/6] xen/x86/pvh: Set up descriptors for 32-bit PVH guests
` [PATCH v2 5/6] xen/x86/pvh: Add 32-bit PVH initialization code

[PATCH V5 0/2] IMX GPCv2 drivers for wakeup source and suspend
 2015-07-17 16:25 UTC  (3+ messages)
` [PATCH V5 1/2] irqchip: imx-gpcv2: IMX GPCv2 driver for wakeup sources
` [PATCH V5 2/2] ARM: imx: Add suspend codes for imx7D

[PATCH 0/5] arm64, pci: Add ECAM/PCIe support for Cavium ThunderX
 2015-07-17 16:38 UTC  (6+ messages)
` [PATCH 3/5] arm64, pci: Allow RC drivers to supply pcibios_add_device() implementation

[PATCH 0/2] Improve trace output format
 2015-07-17 16:29 UTC  (4+ messages)
` [PATCH 1/2] tracing: Fix function graph duration format for 7-digit number

[PATCH] ocfs2: Do not log twice error messages
 2015-07-17 16:27 UTC 

[PATCH v9 0/7] FPGA Manager Framework and Simple FPGA Bus
 2015-07-17 15:51 UTC  (8+ messages)
` [PATCH v9 1/7] staging: usage documentation for FPGA manager core
` [PATCH v9 2/7] staging: usage documentation for simple fpga bus
` [PATCH v9 3/7] staging: add bindings document "
` [PATCH v9 4/7] staging: fpga manager: add sysfs interface document
` [PATCH v9 5/7] staging: fpga manager core
` [PATCH v9 6/7] staging: add simple-fpga-bus
` [PATCH v9 7/7] staging: fpga manager: add driver for socfpga fpga manager

[PATCH] tools lib traceevent: Fix double free corruption in error processing code
 2015-07-17 16:17 UTC  (2+ messages)

[PATCH 00/27] MODSIGN: Use PKCS#7 for module signatures
 2015-07-17 16:20 UTC  (28+ messages)
` [PATCH 01/27] X.509: Extract both parts of the AuthorityKeyIdentifier
` [PATCH 02/27] X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifier
` [PATCH 03/27] PKCS#7: Allow detached data to be supplied for signature checking purposes
` [PATCH 04/27] MODSIGN: Provide a utility to append a PKCS#7 signature to a module
` [PATCH 05/27] MODSIGN: Use PKCS#7 messages as module signatures
` [PATCH 06/27] sign-file: Add option to only create signature file
` [PATCH 07/27] system_keyring.c doesn't need to #include module-internal.h
` [PATCH 08/27] MODSIGN: Extract the blob PKCS#7 signature verifier from module signing
` [PATCH 09/27] modsign: Abort modules_install when signing fails
` [PATCH 10/27] modsign: Allow password to be specified for signing key
` [PATCH 11/27] modsign: Allow signing key to be PKCS#11
` [PATCH 12/27] modsign: Allow external signing key to be specified
` [PATCH 13/27] modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed
` [PATCH 14/27] modsign: Use single PEM file for autogenerated key
` [PATCH 15/27] modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS option
` [PATCH 16/27] PKCS#7: Check content type and versions
` [PATCH 17/27] ASN.1: Add an ASN.1 compiler option to dump the element tree
` [PATCH 18/27] ASN.1: Fix handling of CHOICE in ASN.1 compiler
` [PATCH 19/27] X.509: Change recorded SKID & AKID to not include Subject or Issuer
` [PATCH 20/27] PKCS#7: Support CMS messages also [RFC5652]
` [PATCH 21/27] sign-file: Generate CMS message as signature instead of PKCS#7
` [PATCH 22/27] extract-cert: Cope with multiple X.509 certificates in a single file
` [PATCH 23/27] modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYS
` [PATCH 24/27] X.509: Restrict the usage of a key based on information in X.509 certificate
` [PATCH 25/27] X.509: Parse the keyUsage extension to detect key-signing keys
` [PATCH 26/27] PKCS#7: Add an optional authenticated attribute to hold firmware name
` [PATCH 27/27] KEYS: Restrict signature verification to keys appropriate to the purpose

[PATCH net-next 1/1] hv_netvsc: Wait for sub-channels to be processed during probe
 2015-07-17 16:13 UTC  (9+ messages)

[RFC 0/3] arm64: ftrace: fix incorrect output from stack tracer
 2015-07-17 16:01 UTC  (25+ messages)
` [RFC 2/3] arm64: refactor save_stack_trace()

[PATCH 0/24] kernel: add a netlink interface to get information about processes (v2)
 2015-07-17 15:57 UTC  (4+ messages)
` [PATCH 08/24] proc: pick out a function to iterate task children

[TECH TOPIC] IRQ affinity
 2015-07-17 15:51 UTC  (7+ messages)
` [Ksummit-discuss] "

[PATCH v9 07/22] tracing: Add lock-free tracing_map
 2015-07-17 15:48 UTC  (3+ messages)

[RFCv2 PATCH 0/8] Introducing ACPI support for GICv2m
 2015-07-17 15:46 UTC  (2+ messages)

[PATCH v4] tools: iio: Send error messages to stderr
 2015-07-17 15:43 UTC 

[RFC] workqueue: avoiding unbounded wq on isolated CPUs by default
 2015-07-17 15:43 UTC  (6+ messages)

[PATCH v3 1/3] ARM: dts: qcom: Add binding for the qcom coincell charger
 2015-07-17 15:42 UTC  (2+ messages)

[PATCH/RFC v4 00/51] Remove work queues from LED class drivers
 2015-07-17 15:37 UTC  (6+ messages)
` [PATCH/RFC 18/51] leds: lp8860: Remove work queue
` [PATCH/RFC 51/51] leds: ipaq-micro: Mark the LED fast

[PATCH 1/6] staging: rtl8188eu: remove unused function
 2015-07-17 15:33 UTC  (3+ messages)
` [PATCH 5/6] staging: rtl8188eu: stop using DBG_88E

[PATCH] Documentation: installed man pages don't need to be executable
 2015-07-17 15:31 UTC  (2+ messages)

[PATCH 1/2] mm/slub: fix slab double-free in case of duplicate sysfs filename
 2015-07-17 15:25 UTC  (8+ messages)
` [PATCH 2/2] mm/slub: disable merging after enabling debug in runtime

[PATCHSET v2 block/for-4.2/writeback] ext4: implement cgroup writeback support
 2015-07-17 15:20 UTC  (4+ messages)

[PATCH 0/5] expose mem_cgroup + cleanups
 2015-07-17 15:18 UTC  (9+ messages)
` [PATCH 1/5] memcg: export struct mem_cgroup

Kernel Oops: btusb: 4.2rc1 System lockup with BT dongle insert - log attached
 2015-07-17 15:14 UTC  (4+ messages)

[V2 6/7] hvsock: introduce Hyper-V VM Sockets feature
 2015-07-17 15:04 UTC  (4+ messages)

nf_conntrack: falling back to vmalloc
 2015-07-17 15:02 UTC  (4+ messages)

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-17 14:56 UTC  (12+ messages)

[PATCH] Bluetooth: btusb: Recognize Realtek shared wifi/bluetooth devices
 2015-07-17 14:55 UTC 

[RFC PATCH v5 0/3] Make eBPF programs output data to perf
 2015-07-17 14:43 UTC  (5+ messages)
` [RFC PATCH v5 2/3] tools lib traceevent: Add function to get dynamic arrays length

[PATCH] fixing nonvalid submenu name in email-clients.txt
 2015-07-17 14:52 UTC  (2+ messages)

[PATCH] x86/mm/pat: let level meaningful even NULL return in, lookup_address_in_pgd
 2015-07-17 14:50 UTC  (2+ messages)

[PATCH v2 00/20] xen/arm64: Add support for 64KB page
 2015-07-17 14:46 UTC  (12+ messages)
` [PATCH v2 09/20] xen/biomerge: Don't allow biovec to be merge when Linux is not using 4KB page
      ` [Xen-devel] "
` [PATCH v2 12/20] xen/balloon: Don't rely on the page granularity is the same for Xen and Linux

[PATCH v2] Documentation: Add MCB documentation
 2015-07-17 14:46 UTC  (2+ messages)

[PATCH v2] gpio/davinci: add interrupt support for GPIOs 16-31
 2015-07-17 14:51 UTC  (3+ messages)

[PATCH v11] crypto: Add Allwinner Security System crypto accelerator
 2015-07-17 14:39 UTC  (6+ messages)
` [PATCH v11 1/5] ARM: sun4i: dt: Add Security System to A10 SoC DTS
` [PATCH v11 2/5] ARM: sun7i: dt: Add Security System to A20 "
` [PATCH v11 3/5] ARM: sun4i: dt: Add DT bindings documentation for SUN4I Security System
` [PATCH v11 4/5] crypto: Add Allwinner Security System crypto accelerator
` [PATCH v11 5/5] MAINTAINERS: Add myself as maintainer of Allwinner Security System

[PATCH v2 0/4] mtd: pxa3xx_nand: rework the timing setup
 2015-07-17 14:36 UTC  (3+ messages)

[PATCH v3] serial: mxs-auart: keep the AUART unit in reset state when not in use
 2015-07-17 14:35 UTC  (3+ messages)

[RFC PATCH v4 0/3] Make eBPF programs output data to perf event
 2015-07-17 14:32 UTC  (3+ messages)
` [RFC PATCH v4 1/3] tracing/events: Fix wrong sample output by storing array length instead of size

[PATCH] [trivial] treewide: Fix double words in Kconfig
 2015-07-17 14:25 UTC  (2+ messages)

[PATCH RFC V4 0/4] per event callgrap and time support
 2015-07-17 14:24 UTC  (4+ messages)
` [PATCH RFC V4 1/4] perf,tools: introduce callgraph_set for callgraph option

[PATCH] Doc: trace: Fix typo in coresight.txt
 2015-07-17 14:18 UTC  (2+ messages)

[PATCH nf-next v2] netfilter: nf_ct_sctp: minimal multihoming support
 2015-07-17 14:17 UTC 

Need a pairing decrement if pm_runtime_get_sync() fails?
 2015-07-17 14:12 UTC  (2+ messages)

3.18.17 Xen regression
 2015-07-17 14:09 UTC  (3+ messages)

[PATCH 1/5] drivers: staging: rtl8192u: fixing coding style issues in r8192U_core.c
 2015-07-17 13:59 UTC  (5+ messages)
` [PATCH 2/5] "
` [PATCH 3/5] drivers: staging: rtl8192u: removed pointer check for kfree "
` [PATCH 4/5] drivers: staging: rtl8192u: included linux/uaccess.h instead of asm/uaccess.h
` [PATCH 5/5] drivers: staging: rtl8192u: fixed coding style issues in r8192U_core.c

[PATCH 0/3] IRQ trivial clarifications
 2015-07-17 14:06 UTC  (3+ messages)
` [PATCH 1/3] x86, irq: Rename VECTOR_UNDEFINED and VECTOR_RETRIGGERED to IRQ_*

iwlwifi: Microcode SW error detected. Restarting 0x2000000
 2015-07-17 14:06 UTC  (3+ messages)

[PATCH] mm-move-mremap-from-file_operations-to-vm_operations_struct-fix
 2015-07-17 14:06 UTC  (4+ messages)

[PATCH 0/3] Deferred memory initialisation fixes
 2015-07-17 13:50 UTC  (7+ messages)
` [PATCH 3/3] mm, meminit: Allow early_pfn_to_nid to be used during runtime

[PATCH] mac80211: Deinline drv_sta_state
 2015-07-17 13:50 UTC  (3+ messages)
` [PATCH] mac80211: Deinline rate_control_rate_init, rate_control_rate_update


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