messages from 2016-01-08 16:11:41 to 2016-01-08 18:36:23 UTC [more...]
[GIT PULL] Revert a fix for 4.4
2016-01-08 18:36 UTC
rcu_preempt self-detected stall on CPU from 4.4-rc4, since 3.17
2016-01-08 18:35 UTC (9+ messages)
[RFC PATCH 00/15] KEYS: Restrict additions to 'trusted' keyrings
2016-01-08 18:35 UTC (16+ messages)
` [RFC PATCH 01/15] X.509: Partially revert patch to add validation against IMA MOK keyring
` [RFC PATCH 02/15] X.509: Don't treat self-signed keys specially
` [RFC PATCH 03/15] KEYS: Generalise system_verify_data() to provide access to internal content
` [RFC PATCH 04/15] PKCS#7: Make trust determination dependent on contents of trust keyring
` [RFC PATCH 05/15] KEYS: Add an alloc flag to convey the builtinness of a key
` [RFC PATCH 06/15] KEYS: Add a facility to restrict new links into a keyring
` [RFC PATCH 07/15] KEYS: Allow authentication data to be stored in an asymmetric key
` [RFC PATCH 08/15] KEYS: Add identifier pointers to public_key_signature struct
` [RFC PATCH 09/15] X.509: Retain the key verification data
` [RFC PATCH 10/15] X.509: Extract signature digest and make self-signed cert checks earlier
` [RFC PATCH 11/15] PKCS#7: Make the signature a pointer rather than embedding it
` [RFC PATCH 12/15] X.509: Move the trust validation code out to its own file
` [RFC PATCH 13/15] KEYS: Generalise x509_request_asymmetric_key()
` [RFC PATCH 14/15] KEYS: Move the point of trust determination to __key_link()
` [RFC PATCH 15/15] KEYS: Remove KEY_FLAG_TRUSTED
[PATCH 0/3] Enable twl603x-GPADC for some OMAP4/OMAP5 boards and Palmas-RTC for OMAP5
2016-01-08 18:32 UTC (11+ messages)
` [PATCH 1/3] ARM: dts: omap5-board-common: enable rtc and charging of backup battery
System "hangs" on kernels > v4.4-rc1 - mpt2sas problem?
2016-01-08 18:32 UTC (11+ messages)
[PATCH] x86: Micro-optimise clflush_cache_range()
2016-01-08 18:30 UTC (4+ messages)
` [tip:x86/mm] x86/mm: "
[PATCH v2 1/2] cxl: fix build for GCC 4.6.x
2016-01-08 18:30 UTC (2+ messages)
` [PATCH v2 2/2] cxl: use -Werror only with CONFIG_PPC_WERROR
[PATCH 0/2] Resume maintenance & development of arch/sh
2016-01-08 18:28 UTC (8+ messages)
` [PATCH 2/2] MAINTAINERS: remove linux-sh list from non-arch/sh sections
[PATCH v4 0/5] Make cpuid <-> nodeid mapping persistent
2016-01-08 18:28 UTC (3+ messages)
` [PATCH 1/5] x86, memhp, numa: Online memory-less nodes at boot time
[PATCH] arm64: fix add kasan bug
2016-01-08 18:27 UTC (4+ messages)
[GIT PULL 00/59] perf/core improvements and fixes
2016-01-08 18:03 UTC (60+ messages)
` [PATCH 01/59] perf hist: Pass struct sample to __hists__add_entry()
` [PATCH 02/59] perf hist: Save raw_data/size for tracepoint events
` [PATCH 03/59] tools lib traceevent: Factor out and export print_event_field[s]()
` [PATCH 04/59] perf top: Create the evlist sooner
` [PATCH 05/59] perf tools: Pass evlist to setup_sorting()
` [PATCH 06/59] perf tools: Add dynamic sort key for tracepoint events
` [PATCH 07/59] perf tools: Try to show pretty printed output for dynamic sort keys
` [PATCH 08/59] perf tools: Add 'trace' sort key
` [PATCH 09/59] perf report/top: Add --raw-trace option
` [PATCH 10/59] perf tools: Support shortcuts for events in dynamic sort keys
` [PATCH 11/59] perf tools: Support '<event>.*' dynamic sort key
` [PATCH 12/59] perf tools: Skip dynamic fields not defined for current event
` [PATCH 13/59] perf tools: Add 'trace_fields' dynamic sort key
` [PATCH 14/59] perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint events
` [PATCH 15/59] tools build feature: Fix feature_check_display_code typo
` [PATCH 16/59] tools build feature: Move dwarf post unwind choice output into perf
` [PATCH 17/59] tools build feature: Introduce feature_assign macro
` [PATCH 18/59] tools build feature: Use value assignment form for FEATURE-DUMP file
` [PATCH 19/59] perf build: Use FEATURE-DUMP in bpf subproject
` [PATCH 20/59] perf tools: Add all matching dynamic sort keys for field name
` [PATCH 21/59] perf report: Add documentation for dynamic sort keys
` [PATCH 22/59] perf stat record: Keep sample_type 0 for pipe session
` [PATCH 23/59] perf script: Process cpu/threads maps
` [PATCH 24/59] perf script: Process stat config event
` [PATCH 25/59] perf script: Add process_stat/process_stat_interval scripting interface
` [PATCH 26/59] perf script: Add stat default handlers
` [PATCH 27/59] perf script: Add python support for stat events
` [PATCH 28/59] perf cpumap: Fix cpu conversion in cpu_map__from_entries
` [PATCH 29/59] perf script: Display stat events by default
` [PATCH 30/59] perf script: Add stat-cpi.py script
` [PATCH 31/59] perf pmu: fix alias->snapshot missing initialization bug
` [PATCH 32/59] perf tests: No need to set attr.sample_freq in the perf time to TSC test
` [PATCH 33/59] perf evlist: Introduce perf_evlist__new_dummy constructor
` [PATCH 34/59] perf test: Use "dummy" events in the PERF_RECORD_ test
` [PATCH 35/59] perf test: No need for setting attr.sample_freq on the RECORD test
` [PATCH 36/59] perf python: Add missing files to binding link list
` [PATCH 37/59] perf tests: No need to set attr.sample_freq for tracking !PERF_RECORD_SAMPLE
` [PATCH 38/59] perf tests: Give a bit more information on the CQM test failure path
` [PATCH 39/59] tools lib: Move find_next_bit.c to tools/lib/
` [PATCH 40/59] tools lib: Sync tools/lib/find_bit.c with the kernel
` [PATCH 41/59] tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/
` [PATCH 42/59] perf top: Decay periods in callchains
` [PATCH 43/59] perf report: Change default to use event group view
` [PATCH 44/59] perf tools: Do not show trace command if it's not compiled in
` [PATCH 45/59] perf tools: Add missing headers in perf's MANIFEST
` [PATCH 46/59] perf script: Align event name properly
` [PATCH 47/59] perf tools: Include all tools/lib directory for tags/cscope/TAGS targets
` [PATCH 48/59] perf tools: Remove list entry from struct sort_entry
` [PATCH 49/59] perf tools: Add overhead/overhead_children keys defaults via string
` [PATCH 50/59] perf diff: Use perf_hpp__register_sort_field interface
` [PATCH 51/59] perf hists: Export a couple of hist functions
` [PATCH 52/59] perf report: Show random usage tip on the help line
` [PATCH 53/59] perf evlist: Make perf_evlist__open() open evsels with their cpus and threads (like perf record does)
` [PATCH 54/59] perf evlist: Remove perf_evlist__(enable|disable)_event functions
` [PATCH 55/59] perf unwind: Use find_map function in access_dso_mem
` [PATCH 56/59] perf unwind: Check for mmaps also in MAP__VARIABLE tree
` [PATCH 57/59] perf libdw: "
` [PATCH 58/59] perf record: Store data mmaps for dwarf unwind
` [PATCH 59/59] perf evlist: Add --trace-fields option to show trace fields
GPF in lrw_crypt
2016-01-08 18:21 UTC (11+ messages)
` [PATCH v2] crypto: algif_skcipher - Require setkey before accept(2)
` [PATCH 1/2] crypto: af_alg - Add nokey compatibility path
[RFC] perf record: missing buildid for callstack modules
2016-01-08 18:19 UTC (7+ messages)
[PATCH 0/5 v2] SYNC_NOIDLE preemption for ancestor cgroups
2016-01-08 18:17 UTC (11+ messages)
` [PATCH 1/5] cfq-iosched: Don't group_idle if cfqq has big thinktime
` [PATCH 2/5] cfq-iosched: Reorder checks in cfq_should_preempt()
` [PATCH 3/5] cfq-iosched: Allow sync noidle workloads to preempt each other
` [PATCH 4/5] cgroup: Export cgroup_is_descendant()
` [PATCH 5/5] cfq-iosched: Allow parent cgroup to preempt its child
[PATCH 1/7] lightnvm: fix missing grown bad block type
2016-01-08 18:14 UTC (7+ messages)
` [PATCH 2/7] lightnvm: add mccap support
` [PATCH 3/7] lightnvm: introduce mlc lower page table mappings
` [PATCH v2 4/7] lightnvm: core on-disk initialization
` [PATCH 5/7] lightnvm: introduce ioctl to initialize device
` [PATCH 6/7] lightnvm: use system block for mm initialization
` [PATCH 7/7] lightnvm: introduce factory reset
[PATCH] PCI: acpiphp_ibm: fix null dereferences on null ibm_slot
2016-01-08 18:14 UTC (2+ messages)
[PATCH 1/6] drivers/staging/wlan-ng/p80211conv.c: Fixed block comment coding style
2016-01-08 18:12 UTC (2+ messages)
[PATCH] shpchp: constify hpc_ops structure
2016-01-08 18:11 UTC (2+ messages)
[PATCH v2] lightnvm: introduce nvm_submit_ppa
2016-01-08 18:10 UTC
[PATCH] scsi: imm: use new parport device model
2016-01-08 18:10 UTC (2+ messages)
[PATCH 1/2] PCI: use to_pci_dev
2016-01-08 18:08 UTC (2+ messages)
[PATCH] arm64, pci, numa: Adding helper functions as required by pci
2016-01-08 18:06 UTC (3+ messages)
[PATCH net-next] hv_netvsc: don't make assumptions on struct flow_keys layout
2016-01-08 18:01 UTC (7+ messages)
[PATCH 0/6] iommu/amd: enable ACPI hardware ID device support
2016-01-08 17:01 UTC (7+ messages)
` [PATCH 5/6] iommu/amd: Add support for non-pci devices
[patch] cxgbi: typo in MODULE_PARM_DESC
2016-01-08 17:52 UTC (3+ messages)
[patch] storvsc: fix typo in MODULE_PARM_DESC
2016-01-08 17:51 UTC (3+ messages)
[PATCH v4 00/13] tty: serial: 8250: Fix checkpatch warnings
2016-01-08 17:43 UTC (14+ messages)
` [PATCH v4 01/13] tty: serial: 8250: Fix whitespace errors
` [PATCH v4 02/13] tty: serial: 8250: Replace spaces with tabs
` [PATCH v4 03/13] tty: serial: 8250: Fix braces after struct
` [PATCH v4 04/13] tty: serial: 8250: Fix multiline comment style
` [PATCH v4 05/13] tty: serial: 8250: Remove else after return
` [PATCH v4 06/13] tty: serial: 8250: Move EXPORT_SYMBOL to function
` [PATCH v4 07/13] tty: serial: 8250: Fix line continuation warning
` [PATCH v4 08/13] tty: serial: 8250: Add parentheses to macro
` [PATCH v4 09/13] tty: serial: 8250: Fix multi-line strings
` [PATCH v4 10/13] tty: serial: 8250: Suitably replace printk
` [PATCH v4 11/13] tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro
` [PATCH v4 12/13] tty: serial: 8250: Removed warning in debug output
` [PATCH v4 13/13] tty: serial: 8250: Fix indentation warnings
[PATCH] mtd: nand: jz4780: Update ecc correction error codes
2016-01-08 17:48 UTC (3+ messages)
[PATCH 6/6] drivers/staging/wlan-ng/p80211conv.c: NULL compare fixes
2016-01-08 17:48 UTC
[PATCH 5/6] drivers/staging/wlan-ng/p80211conv.c: Open parenthesis alignemnt fix
2016-01-08 17:47 UTC
[PATCH 4/6] drivers/staging/wlan-ng/p80211conv.c: Spaces after casting operators removed
2016-01-08 17:47 UTC
[PATCH 3/6] drivers/staging/wlan-ng/p80211conv.c: Unnecessary blank lines removed
2016-01-08 17:47 UTC
[PATCH 2/6] drivers/staging/wlan-ng/p80211conv.c: Logical continuation fix
2016-01-08 17:47 UTC
[patch] get_maintainer: handle file names beginning with ./
2016-01-08 17:47 UTC (4+ messages)
[RFC PATCH 1/2] PCI: pciehp: Merge hotplug work requests
2016-01-08 17:46 UTC (4+ messages)
Why do we need encryption in the fs?
2016-01-08 17:42 UTC (2+ messages)
[PATCH] clk: mvebu: Mark ioremapped memory as __iomem
2016-01-08 17:38 UTC
[PATCH 16/23] hisi_sas: add v2 cq interrupt handler
2016-01-08 17:29 UTC (2+ messages)
[PATCH v5] iio: add ad5761 DAC driver
2016-01-08 17:29 UTC
[PATCH] thinkpad_acpi: don't yell on unsupported brightness interfaces
2016-01-08 17:26 UTC (8+ messages)
[PATCH v4 1/5] perf tools: Fix sorting of dynamic sort keys
2016-01-08 17:22 UTC (3+ messages)
` [PATCH v4 5/5] perf evlist: Add --trace-fields option to show trace fields
A blocksize problem about dax and ext4
2016-01-08 17:22 UTC (3+ messages)
[PATCH v4.4-rc8] radeon: r100: Silence 'may be used uninitialized' warnings
2016-01-08 17:21 UTC (2+ messages)
[PATCH v7 0/3] Machine check recovery when kernel accesses poison
2016-01-08 17:20 UTC (12+ messages)
` [PATCH v7 1/3] x86: Add classes to exception tables
kvm: WARNING in kvm_apic_accept_events
2016-01-08 17:16 UTC
[PATCH] Staging: android: Fix brace coding style warning in sync_debug.c
2016-01-08 17:15 UTC
[PATCH 0/3] hisi_sas v1 hw itct fixes
2016-01-08 17:13 UTC (2+ messages)
[GIT PULL] KVM changes for 4.4 final
2016-01-08 17:09 UTC
[PATCH v2 00/16] intel-lpss: support non-ACPI platforms
2016-01-08 17:08 UTC (5+ messages)
[PATCH v4 0/2] mm: Introduce kernelcore=mirror option
2016-01-08 17:02 UTC (3+ messages)
` [PATCH v4 2/2] mm/page_alloc.c: introduce "
[PATCH] HID: sony: do not bail out when the sixaxis refuses the output report
2016-01-08 16:58 UTC
mm: possible deadlock in mm_take_all_locks
2016-01-08 16:58 UTC
[PATCH v3] memory-hotplug: add automatic onlining policy for the newly added memory
2016-01-08 16:55 UTC (3+ messages)
[PATCH 0/4] ata: ahci_brcmstb: ALPM support
2016-01-08 16:50 UTC (9+ messages)
` [PATCH 1/4] ata: ahci_brcmstb: enable support for ALPM
` [PATCH 2/4] ata: ahci_brcmstb: disable DIPM support
` [PATCH 3/4] drivers: ata: wake port before DMA stop for ALPM
` [PATCH 4/4] libata: skip debounce delay on link resume
[PATCH v3 00/22] kthread: Use kthread worker API more widely
2016-01-08 16:49 UTC (4+ messages)
` [PATCH v3 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API
[PATCH 00/23] HiSilicon SAS v2 hw support
2016-01-08 16:49 UTC (7+ messages)
` [PATCH 01/23] devicetree: bindings: hisi_sas: add v2 HW bindings
[PATCH] efi: fix out-of-bounds null overwrite vulnerability
2016-01-08 16:47 UTC (3+ messages)
[RFC4 PATCH v6 00/21] ILP32 for ARM64
2016-01-08 16:45 UTC (4+ messages)
` [PATCH v6 14/21] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
(no subject)
2016-01-08 16:44 UTC (8+ messages)
` [PATCH 4/4] x86/efi: print size and base in binary units in efi_print_memmap
[PATCH] PCI: provide of_pci_get_host_bridge_resources helper
2016-01-08 16:43 UTC (2+ messages)
kvm: vmalloc allocation failure in kvm_vcpu_ioctl_set_cpuid
2016-01-08 16:43 UTC
[PATCH v4.4-rc8] dmaengine: ioatdma: Squelch framesize warnings
2016-01-08 16:39 UTC (3+ messages)
` [PATCH v4.4-rc8 v2] "
[PATCH] drivers:pci Fix all whitespace issues
2016-01-08 16:36 UTC (2+ messages)
fs: WARNING in locks_free_lock_context()
2016-01-08 16:26 UTC (11+ messages)
` [PATCH] locks: fix unlock when fcntl_setlk races with a close
` [PATCH v2 0/6] locks: better debugging and fix for setlk/close race handling
` [PATCH v2 1/6] locks: fix unlock when fcntl_setlk races with a close
linux-next: build failure after merge of the rcu tree
2016-01-08 16:18 UTC (11+ messages)
[PATCH v2 00/13] arm64: implement support for KASLR
2016-01-08 16:14 UTC (6+ messages)
` [PATCH v2 11/13] arm64: allow kernel Image to be loaded anywhere in physical memory
[Question] Any restriction for the location of initramdisk?
2016-01-08 16:13 UTC (3+ messages)
[PATCH linux-next v2 00/14] mtd: spi-nor: add driver for Atmel QSPI controller
2016-01-08 16:10 UTC (2+ messages)
` [PATCH linux-next v2 14/14] mtd: atmel-quadspi: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).