linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-24 16:36:54 to 2016-02-24 19:33:08 UTC [more...]

Does vm_operations_struct require a .owner field?
 2016-02-24 19:33 UTC  (4+ messages)
` [PATCH] Add support for usbfs zerocopy

[PATCH v12 0/5] arm64, numa: Add numa support for arm64 platforms
 2016-02-24 19:30 UTC  (5+ messages)
` [PATCH v12 1/5] efi: ARM/arm64: ignore DT memory nodes instead of removing them

[PATCH v11 0/4] Machine check recovery when kernel accesses poison
 2016-02-24 19:27 UTC  (9+ messages)
` [PATCH v11 3/4] x86, mce: Add __mcsafe_copy()
    ` [PATCH v12] x86, mce: Add memcpy_trap()
        ` [PATCH v13] "

[PATCH V4 0/5] x86/mbm : Intel Memory Bandwidth monitoring support
 2016-02-24 19:21 UTC  (9+ messages)
` [PATCH 2/5] x86/mbm: Intel Memory B/W Monitoring enumeration and init
` [PATCH 5/5] x86/mbm: Add support for MBM counter overflow handling

[PATCHv2 00/15] perf tools: Several memory events updates
 2016-02-24 19:18 UTC  (13+ messages)
` [PATCH 03/15] perf mem: Add -l/--ldlat option
` [PATCH 04/15] perf mem: Add -u/-k options
` [PATCH 13/15] perf script: Display data_src values
` [PATCH 14/15] perf x86 intel: Add DATALA events into sysfs

[PATCH 1/2] sched/deadline: add per rq tracking of admitted bandwidth
 2016-02-24 19:17 UTC  (11+ messages)

[PATCH v7 0/2] Add initial support for RPM clocks
 2016-02-24 19:15 UTC  (4+ messages)
` [PATCH v7 1/2] clk: qcom: Add support for SMD-RPM Clocks

[PATCH v2 0/3] drm: introduce bus_flags for pixel clock polarity
 2016-02-24 19:02 UTC  (4+ messages)

[PATCH v3] tty: serial: 8250: add MOXA Smartio MUE boards support
 2016-02-24 19:10 UTC 

[PATCH net-next v9 00/16] new ETHTOOL_GLINKSETTINGS/SLINKSETTINGS API
 2016-02-24 18:58 UTC  (17+ messages)
` [PATCH net-next v9 01/16] net: usnic: remove unused call to ethtool_ops::get_settings
` [PATCH net-next v9 02/16] net: usnic: use __ethtool_get_settings
` [PATCH net-next v9 03/16] net: ethtool: add new ETHTOOL_xLINKSETTINGS API
` [PATCH net-next v9 04/16] tx4939: use __ethtool_get_ksettings
` [PATCH net-next v9 05/16] net: usnic: "
` [PATCH net-next v9 06/16] net: bonding: "
` [PATCH net-next v9 07/16] net: ipvlan: "
` [PATCH net-next v9 08/16] net: macvlan: "
` [PATCH net-next v9 09/16] net: team: "
` [PATCH net-next v9 10/16] net: fcoe: "
` [PATCH net-next v9 11/16] net: rdma: "
` [PATCH net-next v9 12/16] net: 8021q: "
` [PATCH net-next v9 13/16] net: bridge: "
` [PATCH net-next v9 14/16] net: core: "
` [PATCH net-next v9 15/16] net: ethtool: remove unused __ethtool_get_settings
` [PATCH net-next v9 16/16] net: mlx4: use new ETHTOOL_G/SSETTINGS API

[PATCH 0/2] usb: dwc2: Remove host and gadget only code from core
 2016-02-24 19:01 UTC  (4+ messages)

[PATCHv2] lkdtm: Add READ_AFTER_FREE test
 2016-02-24 18:59 UTC  (11+ messages)

[PATCH] PCI: Remove usage of pci_domain_nr when the PCI bus doesn't yet exist
 2016-02-24 18:56 UTC 

[PATCH 03/13] x86/mm/pageattr: Use _PAGE_GLOBAL bit for EFI page table mappings
 2016-02-24 18:56 UTC  (12+ messages)
` [tip:efi/core] x86/mm/pat: "

[PATCH] thp: call pmdp_invalidate() with correct virtual address
 2016-02-24 18:49 UTC  (2+ messages)

[PATCH 00/13] arm-cci: PMU driver updates for 4.6
 2016-02-24 18:46 UTC  (6+ messages)

BUGZILLA [112941] - Cannot reenable SRIOV after disabling SRIOV on AMD GPU
 2016-02-24 18:29 UTC  (4+ messages)

[PATCH 00/22] tracing: 'hist' triggers
 2016-02-24 18:31 UTC  (23+ messages)
` [PATCH v14 01/22] tracing: Update some tracing_map constants and comments
` [PATCH v14 02/22] tracing: Add 'hist' event trigger command
` [PATCH v14 03/22] tracing: Add hist trigger support for multiple values ('vals=' param)
` [PATCH v14 04/22] tracing: Add hist trigger support for compound keys
` [PATCH v14 05/22] tracing: Add hist trigger support for user-defined sorting ('sort=' param)
` [PATCH v14 06/22] tracing: Add hist trigger support for pausing and continuing a trace
` [PATCH v14 07/22] tracing: Add hist trigger support for clearing "
` [PATCH v14 08/22] tracing: Add hist trigger 'hex' modifier for displaying numeric fields
` [PATCH v14 09/22] tracing: Add hist trigger 'sym' and 'sym-offset' modifiers
` [PATCH v14 10/22] tracing: Add hist trigger 'execname' modifier
` [PATCH v14 11/22] tracing: Add hist trigger 'syscall' modifier
` [PATCH v14 12/22] tracing: Add hist trigger support for stacktraces as keys
` [PATCH v14 13/22] tracing: Support string type key properly
` [PATCH v14 14/22] tracing: Remove restriction on string position in hist trigger keys
` [PATCH v14 15/22] tracing: Add enable_hist/disable_hist triggers
` [PATCH v14 16/22] tracing: Add 'hist' trigger Documentation
` [PATCH v14 17/22] tracing: Add support for multiple hist triggers per event
` [PATCH v14 18/22] tracing: Add support for named triggers
` [PATCH v14 19/22] tracing: Add support for named hist triggers
` [PATCH v14 20/22] kselftests/ftrace : Add event trigger testcases
` [PATCH v14 21/22] kselftests/ftrace: Add hist "
` [PATCH v14 22/22] tracing: Add hist trigger 'log2' modifier

[PATCH v2 0/5] all: s390: make compat wrappers the generic solution
 2016-02-24 18:34 UTC  (6+ messages)
` [PATCH 1/5] all: syscall wrappers: add documentation
` [PATCH 2/5] all: introduce COMPAT_WRAPPER option and enable it for s390
` [PATCH 3/5] all: s390: move wrapper infrastructure to generic headers
` [PATCH 4/5] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/
` [PATCH 5/5] all: wrap needed syscalls in generic unistd

[RFC/PATCH 1/1] format-patch: add an option to record base tree info
 2016-02-24 18:34 UTC  (8+ messages)

[PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister}
 2016-02-24 18:30 UTC  (33+ messages)
` [PATCH 01/50] pinctrl: Add "
` [PATCH 03/50] pinctrl: bcm281xx: Use devm_pinctrl_register() for pinctrl registration
` [PATCH 04/50] pinctrl: bcm2835: "
` [PATCH 05/50] pinctrl: cygnus-mux: "
` [PATCH 06/50] pinctrl: iproc-gpio: "
` [PATCH 07/50] pinctrl: nsp-gpio: "
` [PATCH 08/50] pinctrl: berlin: "
` [PATCH 17/50] pinctrl: spmi-gpio: "
` [PATCH 18/50] pinctrl: spmi: "
` [PATCH 19/50] pinctrl: ssbi-gpi: "
` [PATCH 20/50] pinctrl: ssbi-mpp: "
` [PATCH 21/50] pinctrl: msm: "
` [PATCH 28/50] pinctrl: ssbi-mpp: "
` [PATCH 29/50] pinctrl: tegra: "
` [PATCH 30/50] pinctrl: tegra-xusb: "

[PATCH v2 0/3] PCI: Revert "Implement pcibios_alloc_irq() and pcibios_free_irq()"
 2016-02-24 18:30 UTC  (4+ messages)

[PATCH 3.12 000/142] 3.12.55-stable review
 2016-02-24 18:30 UTC  (2+ messages)

[PATCH 15/50] pinctrl: mvebu: Use devm_pinctrl_register() for pinctrl registration
 2016-02-24 18:28 UTC  (2+ messages)

[PATCH 3.10 00/54] 3.10.98-stable review
 2016-02-24 18:29 UTC  (2+ messages)

[PATCH 0/3] thermal: hisilicon: enable power allocator for Hi6220
 2016-02-24 18:28 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: register Hi6220's thermal zone for power allocator

[PATCH 3.14 00/70] 3.14.62-stable review
 2016-02-24 18:28 UTC  (2+ messages)

[PATCH 4.4 000/137] 4.4.3-stable review
 2016-02-24 18:28 UTC  (2+ messages)

[PATCH] trace-cmd: use nonblocking reads for streaming
 2016-02-24 18:27 UTC  (3+ messages)

[PATCH 0/4] Updates to EDAC and AMD MCE driver
 2016-02-24 18:26 UTC  (19+ messages)
` [PATCH 1/4] EDAC, MCE, AMD: Enable error decoding of Scalable MCA errors
` [PATCH 2/4] x86/mce/AMD: Fix logic to obtain block address
` [PATCH 3/4] x86/mce: Clarify comments regarding deferred error
` [PATCH 4/4] x86/mce/AMD: Add comments for easier understanding

[PATCH] trace-cmd: add trace_hash_find_reverse
 2016-02-24 18:25 UTC  (3+ messages)

[PATCH v2 0/8] ACPI: parse the DBG2 table
 2016-02-24 18:22 UTC  (12+ messages)
` [PATCH v2 1/8] arm64: move acpi/dt decision earlier in boot process
` [PATCH v2 2/8] of/serial: move earlycon early_param handling to serial
` [PATCH v2 3/8] ACPI: add definitions of DBG2 subtypes
` [PATCH v2 4/8] ACPI: genaralize iterating over subtables in ACPI_PROBE_TABLE()
` [PATCH v2 5/8] ACPI: parse DBG2 table
` [PATCH v2 6/8] ACPI: serial: implement earlycon on ACPI DBG2 port
` [PATCH v2 7/8] ACPI: enable ACPI_DBG2_TABLE on ARM64
` [PATCH v2 8/8] serial: pl011: add ACPI DBG2 serial port

[PATCH v9 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD
 2016-02-24 18:17 UTC  (3+ messages)

[PATCHv2 0/4] Improve performance for SLAB_POISON
 2016-02-24 18:09 UTC  (4+ messages)
` [PATCHv2 1/4] slub: Drop lock at the end of free_debug_processing

[PATCH v3] arm64: Add workaround for Cavium erratum 27456
 2016-02-24 18:07 UTC  (6+ messages)

[PATCH] KVM: x86: MMU: fix ubsan index-out-of-range warning
 2016-02-24 18:02 UTC 

[PATCH] tools/perf: Fix misspellings in comments
 2016-02-24 18:02 UTC 

[PATCH] tools/testing: Fix misspellings in comments
 2016-02-24 18:01 UTC 

[PATCH 00/12] perf: more fixes
 2016-02-24 17:45 UTC  (13+ messages)
` [PATCH 01/12] perf: Close install vs exit race
` [PATCH 02/12] perf: Do not double free
` [PATCH 03/12] perf: Allow perf_release() with !event->ctx
` [PATCH 04/12] perf: Only update context time when active
` [PATCH 05/12] perf: Fix cloning
` [PATCH 06/12] perf: Fix race between event install and jump_labels
` [PATCH 07/12] perf: Cure event->pending_disable race
` [PATCH 08/12] perf: Introduce EVENT_TIME
` [PATCH 09/12] perf: Fix scaling vs enable_on_exec
` [PATCH 10/12] perf: Fix scaling vs perf_event_enable
` [PATCH 11/12] perf: Fix scaling vs perf_install_in_context
` [PATCH 12/12] perf: Robustify task_function_call()

[PATCH v2] xen/x86: Zero out .bss for PV guests
 2016-02-24 17:48 UTC  (3+ messages)
` [Xen-devel] "

PROBLEM: lk 4.5 oops on boot with Xeon D-1520
 2016-02-24 17:41 UTC  (6+ messages)

[PATCH] ASoC: arizona: Make logging of FLL calculations clearer
 2016-02-24 17:39 UTC  (3+ messages)

[PATCH v2 1/2] iio: ina2xx: Fix whitespace and re-order code
 2016-02-24 17:38 UTC  (2+ messages)
` [PATCH v2 2/2] iio: ina2xx: Remove trace_printk debug statments

[PATCH 00/15] ACPICA: 20160212 Release
 2016-02-24 17:39 UTC  (5+ messages)
` [PATCH 12/15] ACPICA: ACPI 6.1: Add full support for this version of ACPI spec

[PATCH] drivers: staging: rtl8192e: rtllib_rx.c: Fix blank lines before a close brace
 2016-02-24 17:36 UTC 

[PATCH] pinctrl: lpc18xx: ensure ngroups is initialized at correct place
 2016-02-24 17:32 UTC 

[PATCH] i2c: bcm2835: Don't complain on -EPROBE_DEFER from getting our clock
 2016-02-24 17:29 UTC  (2+ messages)

[PATCH] include/linux: Fix misspellings in comments
 2016-02-24 17:29 UTC  (2+ messages)

[PATCH 4/8] akcipher: Move the RSA DER encoding to the crypto layer
 2016-02-24 17:28 UTC  (5+ messages)
` [PATCH 0/2] KEYS: Use pkcs1pad for padding in software_pkey
  ` [PATCH 1/2] crypto: Add hash param to pkcs1pad
  ` [PATCH 2/2] crypto: remove padding logic from rsa.c

[PATCH] rtc: mt6397: Remove plaform module alias
 2016-02-24 17:26 UTC 

[PATCH] Staging: rdma: hfi1: verbs_mcast: fixed a brace coding style issue
 2016-02-24 17:08 UTC  (2+ messages)

[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
 2016-02-24 17:22 UTC  (15+ messages)

[0/2] hvc_xen: fix xenboot on x86 and export to ARM
 2016-02-24 17:22 UTC  (5+ messages)
` [PATCH 1/2] hvc_xen: add earlycon support
        ` [Xen-devel] "

[PATCH] drivers: staging: rtl8192e: rtllib_rx.c: Fix code indent for conditional statement
 2016-02-24 17:17 UTC 

[PATCH v4 0/5] getcpu_cache system call for 4.6
 2016-02-24 17:17 UTC  (4+ messages)
` [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread

[PATCH] dmaengine: pl330: fix to support the brust mode
 2016-02-24 17:09 UTC  (3+ messages)

[PATCH v2] clocksource: atmel-pit: register as a sched_clock
 2016-02-24 17:13 UTC  (4+ messages)

[PATCH 2/5] ARM: bcm2835: Replace alt0/i2s_alt[02] with standard groups
 2016-02-24 17:11 UTC  (2+ messages)

[PATCH RFC] ext4: use __GFP_NOFAIL in ext4_free_blocks()
 2016-02-24 17:09 UTC 

[PATCH] mmc: sdhci-tegra: Set DMA mask
 2016-02-24 17:08 UTC  (2+ messages)

[PATCH 0/2] omap-ssi: clk change support
 2016-02-24 17:05 UTC  (5+ messages)
` [PATCH 2/2] HSI: omap-ssi: add "

[PATCH 1/1] intel_pstate: Increase hold-off time before busyness is scaled
 2016-02-24 16:19 UTC  (4+ messages)

[PATCH] rtc: mt6397: Add platform device ID table
 2016-02-24 17:02 UTC  (5+ messages)

[PATCH] dm: drop unnecessary assignment of md->queue
 2016-02-24 16:58 UTC  (2+ messages)
`  "

[PATCH] dts: add specific compatible type for Terasic DE0-NANO-SoC Board
 2016-02-24 16:50 UTC  (2+ messages)

[PATCH] x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32
 2016-02-24 16:56 UTC  (3+ messages)

[PATCH] ASoC: trace: fix printing jack name
 2016-02-24 16:50 UTC  (2+ messages)

[PATCHv6 0/3] rdmacg: IB/core: rdma controller support
 2016-02-24 13:13 UTC  (3+ messages)
` [PATCHv6 1/3] rdmacg: Added rdma cgroup controller

[PATCH] xen/x86: Zero out .bss for PV guests
 2016-02-24 16:46 UTC  (7+ messages)
` [Xen-devel] "

[PATCH v17 0/9] Compile-time stack metadata validation
 2016-02-24 16:36 UTC  (10+ messages)
` [PATCH v17 1/9] x86/objtool: "
` [PATCH v17 2/9] x86/objtool: Add CONFIG_STACK_VALIDATION option
` [PATCH v17 3/9] x86/objtool: Enable objtool on x86_64
` [PATCH v17 4/9] x86/objtool: Add STACK_FRAME_NON_STANDARD macro
` [PATCH v17 5/9] x86/objtool: Add directory and file whitelists
` [PATCH v17 6/9] x86/xen: Add xen_cpuid() to objtool whitelist
` [PATCH v17 7/9] bpf: Add __bpf_prog_run() "
` [PATCH v17 8/9] sched: Add __schedule() "
` [PATCH v17 9/9] x86/kprobes: Add kretprobe_trampoline() "

perf rapl/powercap : powercap has more lenient permissions
 2016-02-24 16:42 UTC 

[PATCH v3 00/11] x86/init: replace paravirt_enabled() were possible
 2016-02-24 16:40 UTC  (7+ messages)
` [PATCH v3 01/11] x86/boot: enumerate documentation for the x86 hardware_subarch

[REGRESSION] i915: No HDMI output with 4.4
 2016-02-24 14:12 UTC  (13+ messages)

[PATCH] sound: hdmi: avoid dereferencing uninitialized 'jack' pointer
 2016-02-24 16:39 UTC  (4+ messages)

[PATCH] CREDITS: Remove my outdated address information
 2016-02-24 16:16 UTC 


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