linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-28 23:59:47 to 2017-03-01 07:45:37 UTC [more...]

[PATCH 00/19] Kernel subsystem refcounter conversions
 2017-03-01  0:16 UTC  (6+ messages)
` [PATCH 15/19] kernel: convert audit_tree.count from atomic_t to refcount_t

Problem on SCTP
 2017-03-01  6:43 UTC  (30+ messages)

Hundreds of null PATH records for *init_module syscall audit logs
 2017-03-01  4:15 UTC  (7+ messages)
` [PATCH ALT1] audit: ignore tracefs and debugfs on inode child
` [PATCH ALT3] audit: hide PATH records of anonymous parents and their children
` [PATCH ALT2] audit: don't create PATH records for "
` [PATCH ALT4] audit: show fstype:pathname for entries with anonymous parents

[PATCH 1/4] Input: ad7879 - make sure we set up drvdata
 2017-03-01  7:37 UTC  (3+ messages)
` [PATCH 4/4] Input: ad7879 - do not manipulate capability bits directly

[PATCH 0/4] MIPS: Further microMIPS stack unwinding fixes
 2017-02-28 22:04 UTC  (6+ messages)
` [PATCH 1/4] MIPS: Handle non word sized instructions when examining frame
` [PATCH 2/4] MIPS: microMIPS: Fix decoding of addiusp instruction
` [PATCH 3/4] MIPS: Stacktrace: Fix __usermode() of uninitialised regs
` [PATCH 4/4] MIPS: microMIPS: Fix decoding of swsp16 instruction

[RFC 0/5] iwlwifi: enhance final opmode work
 2017-03-01  7:12 UTC  (2+ messages)

[PATCH 1/1] drivers/misc: Add Intel System ID driver
 2017-03-01  7:23 UTC  (6+ messages)

[GIT PULL] turbostat 17.02.24
 2017-03-01  5:27 UTC  (41+ messages)
` [PATCH 01/44] tools/power turbostat: fix bugs in --add option
  ` [PATCH 02/44] tools/power turbostat: Add --show and --hide parameters
  ` [PATCH 03/44] tools/power turbostat: BYT does not have MSR_MISC_PWR_MGMT
  ` [PATCH 04/44] tools/power turbostat: decode Baytrail CC6 and MC6 demotion configuration
  ` [PATCH 05/44] tools/power turbostat: Baytrail: remove debug line in quiet mode
  ` [PATCH 06/44] tools/power turbostat: update MSR_PKG_CST_CONFIG_CONTROL decoding
  ` [PATCH 07/44] x86: msr-index.h: Define MSR_PKG_CST_CONFIG_CONTROL
  ` [PATCH 08/44] intel_idle: use new name for MSR_PKG_CST_CONFIG_CONTROL
  ` [PATCH 10/44] x86: msr-index.h: Remove unused MSR_NHM_SNB_PKG_CST_CFG_CTL
  ` [PATCH 11/44] tools/power turbostat: Baytrail c-state support
  ` [PATCH 12/44] tools/power turbostat: add precision to --debug frequency output
  ` [PATCH 13/44] tools/power turbostat: further decode MSR_IA32_MISC_ENABLE
  ` [PATCH 14/44] x86 msr-index.h: Define Atom specific core ratio MSR locations
  ` [PATCH 15/44] intel_pstate: use MSR_ATOM_RATIOS definitions from msr-index.h
  ` [PATCH 16/44] tools/power turbostat: dump Atom P-states correctly
  ` [PATCH 17/44] tools/power turbostat: decode CPUID(6).TURBO
  ` [PATCH 18/44] x86 msr_index.h: Define MSR_MISC_FEATURE_CONTROL
  ` [PATCH 20/44] tools/power turbostat: show all columns, independent of --debug
  ` [PATCH 21/44] tools/power turbostat: print system config, unless --quiet
  ` [PATCH 22/44] tools/power turbostat: use tsc_tweak everwhere it is needed
  ` [PATCH 23/44] tools/power turbostat: bug fixes to --add, --show/--hide features
  ` [PATCH 24/44] x86: intel-family.h: Add GEMINI_LAKE SOC
  ` [PATCH 25/44] tools/power turbostat: initial Gemini Lake SOC support
  ` [PATCH 26/44] tools/power turbostat: Denverton: use HW CC1 counter, skip C3, C7
  ` [PATCH 27/44] tools/power turbostat: skip unused counters on SKX
  ` [PATCH 29/44] tools/power turbostat: skip unused counters on BDX
  ` [PATCH 30/44] tools/power turbostat: extend --add option to accept /sys path
  ` [PATCH 31/44] tools/power turbostat: print sysfs C-state stats
  ` [PATCH 32/44] tools/power turbostat: add --cpu parameter
  ` [PATCH 33/44] tools/power turbostat: fix zero IRQ count shown in one-shot command mode
  ` [PATCH 34/44] tools/power turbostat: Add --list option to show available header names
  ` [PATCH 36/44] tools/power turbostat: update --list feature
  ` [PATCH 37/44] tools/power turbostat: turbostat.8 update
  ` [PATCH 38/44] tools/power turbostat: move --Package and --processor into the --cpu option
  ` [PATCH 39/44] tools/power turbostat: support "--hide C1" etc
  ` [PATCH 40/44] tools/power turbostat: show package number, even without --debug
  ` [PATCH 41/44] tools/power turbostat: dump p-state software config
  ` [PATCH 42/44] tools/power turbostat: show error on exec
  ` [PATCH 43/44] tools/power turbostat: bugfix: --add u32 was printed as u64
  ` [PATCH 44/44] tools/power turbostat: version 17.02.24

[PATCH v5 00/13] lockdep: Implement crossrelease feature
 2017-03-01  7:21 UTC  (16+ messages)
` [PATCH v5 06/13] "

[PATCH v3 0/2] perf/sdt: Directly record SDT events with 'perf record'
 2017-03-01  5:45 UTC  (7+ messages)
` [PATCH v3 2/2] "

[PATCH 0/5] x86/xen: untangle PV and PVHVM guest support code
 2017-03-01  7:14 UTC  (11+ messages)
` [PATCH 1/5] x86/xen: start untangling "
  ` [Xen-devel] "
` [PATCH 2/5] x86/xen: split smp.c for PV and PVHVM guests
  ` [Xen-devel] "
` [PATCH 3/5] x86/xen: put setup.c, mmu.c and p2m.c under CONFIG_XEN_PV
  ` [Xen-devel] "
` [PATCH 4/5] x86/xen: put setup.c, pmu.c and apic.c "
  ` [Xen-devel] "
` [PATCH 5/5] x86/xen: split suspend.c for PV and PVHVM guests
  ` [Xen-devel] "

[PATCH V3 0/7] PM / Domains: Implement domain performance states
 2017-03-01  6:14 UTC  (9+ messages)
` [PATCH V3 2/7] PM / OPP: Introduce "domain-performance-state" binding to OPP nodes

perf: Improve support for uncore JSON event lists
 2017-03-01  6:49 UTC  (8+ messages)
` [PATCH 01/10] perf, tools, stat: Factor out callback for collecting event values
` [PATCH 03/10] perf, tools: Factor out PMU matching in parser
` [PATCH 04/10] perf, tools: Expand PMU events by prefix match
` [PATCH 05/10] perf, tools: Special case uncore_ prefix
` [PATCH 07/10] perf, tools: Support MetricExpr header in JSON event list
` [PATCH 09/10] perf, tools, list: Support printing MetricExpr with -v
` [PATCH 10/10] perf, tools: Add support for MetricName JSON attribute

[PATCH] jump_label: align jump_entry table to at least 4-bytes
 2017-03-01  6:34 UTC  (21+ messages)

[PATCH v2 0/2] fujitsu-laptop: acpi_fujitsu_bl_notify() cleanup
 2017-03-01  6:42 UTC  (3+ messages)
` [PATCH v2 1/2] platform/x86: fujitsu-laptop: decrease indentation in acpi_fujitsu_bl_notify()
` [PATCH v2 2/2] platform/x86: fujitsu-laptop: simplify brightness key event generation logic

[PATCH] cpufreq: Add the "cpufreq.off=1" cmdline option
 2017-02-28 21:44 UTC 

[PATCH 1/3] dt-bindings: imx-ocotp: add compatible string for i.MX7D/S
 2017-03-01  6:40 UTC  (3+ messages)
` [PATCH 2/3] arm: dts: imx7s: enable ocotp
` [PATCH 3/3] nvmem: octop: Add i.MX7D support

[RFC PATCH 0/3] PM / Domains: Add support for devices that require multiple domains
 2017-03-01  6:19 UTC  (3+ messages)

[GIT PULL] objtool fixes
 2017-03-01  6:05 UTC  (3+ messages)

[GIT PULL] f2fs update for 4.11
 2017-03-01  6:22 UTC 

[GIT PULL] locking fixes
 2017-02-28 18:37 UTC  (2+ messages)

kvm: WARNING in nested_vmx_vmexit
 2017-03-01  6:13 UTC  (2+ messages)

[PATCH] arm64: dump: hide kernel pointers
 2017-03-01  3:52 UTC  (5+ messages)

[PATCH] refcount: add refcount_t API kernel-doc comments
 2017-03-01  5:44 UTC  (2+ messages)
` [kernel-hardening] "

[PATCH v3] Input: pwm-beeper: support customized freq for SND_BELL
 2017-03-01  5:37 UTC 

[PATCH v2] Input: pwm-beeper: support customized freq for SND_BELL
 2017-03-01  5:05 UTC  (7+ messages)
` [v2] "

[PATCH v3] sched/deadline: Change the time to replenish runtime for sleep tasks
 2017-03-01  3:37 UTC  (5+ messages)

[GIT PULL] HID for 4.11
 2017-03-01  5:05 UTC  (9+ messages)

[GIT PULL] arm64 fixes for -rc1
 2017-03-01  4:51 UTC 

[PATCH v7 7/8] uapi: export all headers under uapi directories
 2017-03-01  4:52 UTC  (4+ messages)
` [PATCH v8 00/11] "
  ` [PATCH v8 08/11] cryptouser.h: fix include from userland

[PATCH V3 0/4] PCI: exynos: use the PHY generic framework
 2017-03-01  4:38 UTC  (5+ messages)

mm allocation failure and hang when running xfstests generic/269 on xfs
 2017-03-01  4:46 UTC 

[PATCH V2 0/4] megachips-stdpxxxx-ge-b850v3-fw
 2017-03-01  4:08 UTC  (3+ messages)
` [PATCH V2 3/4] drm/bridge: Drivers for megachips-stdpxxxx-ge-b850v3-fw (LVDS-DP++)

[PATCH v1 net-next] net: dwc-xlgmac: Initial driver for DesignWare Enterprise Ethernet
 2017-03-01  4:00 UTC 

[PATCH] mnt: allow to add a mount into an existing group
 2017-03-01  3:20 UTC  (3+ messages)

[PATCH] scsi: qedi: fix missing return error code check on call to qedi_setup_int
 2017-03-01  2:56 UTC  (2+ messages)

[PATCH 0/4] fujitsu_init() cleanup
 2017-03-01  3:19 UTC  (11+ messages)

[RFC PATCH] printk: Make functions of pr_<level> macros
 2017-03-01  3:17 UTC 

[PATCH 0/8] watchdog fixes for COMPILE_TEST change
 2017-03-01  2:50 UTC  (14+ messages)
` [PATCH 2/8] mfd: db8500-prcmu: fix stub helper interface
` [PATCH 3/8] watchdog: wm831x watchdog really needs mfd
` [PATCH 8/8] watchdog: kempld: revert to full dependency

[PATCH v2] acpi: acpica: fix acpi operand cache leak
 2017-03-01  3:05 UTC  (8+ messages)

[PATCH V3 0/4] Define coherent device memory node
 2017-03-01  2:42 UTC  (6+ messages)

[PATCH] Input: i8042 - add TUXEDO BU1406 (N24_25BU) to the nomux list
 2017-03-01  2:47 UTC  (2+ messages)

[PATCH v3 0/2] Support TI LMU devices
 2017-03-01  0:44 UTC  (6+ messages)
` [PATCH 1/2] Documentation: dt-bindings: mfd: add TI LMU device binding information
` [PATCH 2/2] mfd: add TI LMU driver

[linux-sunxi] [PATCH 1/5] pinctrl: sunxi: refactor pinctrl choice selecting for ARM64
 2017-03-01  2:38 UTC  (4+ messages)
  ` [linux-sunxi] [PATCH 5/5] pinctrl: sunxi: Add A64 R_PIO controller support

[PATCH 0/3] gpu: drm: Convert printk(KERN_<level> to pr_<level>
 2017-02-28 19:49 UTC  (3+ messages)
` [PATCH 3/3] gpu: drm: drivers: Convert printk(KERN_<LEVEL> "

[PATCH 0/2] fix for direct-I/O to DAX mappings
 2017-02-28 22:09 UTC  (3+ messages)

[PATCH 0/5] mm: support parallel free of memory
 2017-03-01  1:17 UTC  (4+ messages)

[PATCH V11 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-01  2:31 UTC  (7+ messages)
` [PATCH V11 10/10] arm/arm64: KVM: add guest SEA support

[PATCH v2] ARM: exynos_defconfig: increase CONFIG_CMA_SIZE_MBYTES to 96
 2017-02-28 19:12 UTC 

[driver core] bea5b158ff WARNING: CPU: 0 PID: 1 at drivers/ata/libata-core.c:6482 ata_host_detach
 2017-03-01  1:14 UTC 

Please pull IDR rewrite
 2017-03-01  0:06 UTC  (3+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-4.11-2 tag
 2017-03-01  2:18 UTC 

[PATCH v5 0/6] genirq/gpio: Add driver for ThunderX and OCTEON-TX SoCs
 2017-03-01  1:48 UTC  (7+ messages)
` [PATCH v5 1/6] genirq: Export more irq_chip_*_parent() functions
` [PATCH v5 2/6] genirq: Add handle_fasteoi_{level,edge}_irq flow handlers
` [PATCH v5 3/6] irqdomain: Add irq_domain_{push,pop}_irq() functions
` [PATCH v5 4/6] dt-bindings: gpio: Add binding documentation for gpio-thunderx
` [PATCH v5 5/6] gpio: Add gpio driver support for ThunderX and OCTEON-TX
` [PATCH v5 6/6] MAINTAINERS: Add entry for THUNDERX GPIO Driver

[PATCH v2 0/3] Allow specifying properties with spi_register_board_info
 2017-02-28 18:24 UTC  (4+ messages)
` [PATCH v2 2/3] spi: allocate spi_board_info entries one by one

linux-next: Tree for Mar 1
 2017-03-01  2:03 UTC 

[PATCH 1/5] staging: lustre: Remove unnecessary else after return
 2017-02-28 19:14 UTC  (10+ messages)
` [PATCH 4/5] staging: sm750fb: "
  ` [Outreachy kernel] "
        ` [Outreachy kernel] Re: [PATCH 1/5] staging: lustre: "

[PATCH 01/10] Input: eeti_ts - rename eeti_ts_priv to eeti_ts
 2017-02-28 22:46 UTC  (4+ messages)
` [PATCH 03/10] Input: eeti_ts - use get_unaligned_be16() to retrieve data
` [PATCH 05/10] Input: eeti-ts - switch to using managed resources
` [PATCH 10/10] Input: eeti_ts - switch to gpiod API

[PATCH] checkpatch: add warning on %pk instead of %pK usage
 2017-03-01  1:14 UTC  (6+ messages)
` [PATCH] checkpatch: Add ability to find bad uses of vsprintf %p<foo> extensions
    ` [kernel-hardening] "

[PATCH] drivers: net: xgene: Fix crash on DT systems
 2017-03-01  0:58 UTC  (2+ messages)

net: GPF in rt6_nexthop_info
 2017-03-01  1:49 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: qoriq-clock: Add coreclk
 2017-03-01  1:45 UTC  (3+ messages)

[RFC PATCH 0/2] mtd: spi-nor: Handle vmalloc'd buffers
 2017-02-28 21:39 UTC  (3+ messages)
` [RFC PATCH 1/2] mtd: spi-nor: Introduce bounce buffer to handle "

[PATCH 0/5] mm subsystem refcounter conversions
 2017-03-01  1:21 UTC  (2+ messages)

[PATCH] [media] tw5864: use dev_warn instead of WARN to shut up warning
 2017-02-28 21:33 UTC  (2+ messages)

[PATCH 1/2] iommu/vt-d: Fix crash when accessing VT-d sysfs entries
 2017-03-01  1:06 UTC  (3+ messages)

[PATCH] target/user: Add daynmic growing data area feature support
 2017-03-01  1:22 UTC  (5+ messages)
      ` [PATCH] target/user: Add daynmic growing data area featuresupport

[PATCH] regulator: hi655x: Add DT bindings so module autoloads
 2017-03-01  1:07 UTC 

[PATCH v2] ARM: OMAP2+: Fix device node reference counts
 2017-02-28 19:54 UTC 

gcc7 log2 compile issues in kernel/time/timekeeping.c
 2017-03-01  0:00 UTC  (10+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-28 23:28 UTC  (7+ messages)
` [RFC PATCH v4 16/28] x86: Add support for changing memory encryption attribute
` [RFC PATCH v4 21/28] x86: Check for memory encryption on the APs

[PATCH 1/2] Documentation: dt-bindings: Document bindings for Aspeed AST2400/AST2500 ADC
 2017-03-01  0:50 UTC  (4+ messages)
` [PATCH 2/2] hwmon: "

[PATCH 0/4] ARM: dts: Add Parvus Duracor C310 board support
 2017-03-01  0:20 UTC  (6+ messages)
` [PATCH 3/4] arm: dts: imx: Add iMX6Q-based Kontron SMARC-sAMX6i module

[PATCH 1/2] Correct function definition for C++
 2017-02-28 23:15 UTC  (4+ messages)

[PATCH v4 00/36] i.MX Media Driver
 2017-03-01  0:43 UTC  (10+ messages)
` [PATCH v4 01/36] [media] dt-bindings: Add bindings for i.MX media driver
` [PATCH v4 15/36] platform: add video-multiplexer subdevice driver
` [PATCH v4 24/36] [media] add Omnivision OV5640 sensor driver

[PATCH 2/3] uapi: fix scsi/scsi_netlink_fc.h userspace compilation errors
 2017-03-01  0:12 UTC 

[PATCH] uapi: fix linux/nfsd/cld.h userspace compilation errors
 2017-03-01  0:12 UTC 

[PATCH 1/3] uapi: fix scsi/scsi_netlink.h userspace compilation errors
 2017-03-01  0:12 UTC 

[PATCH 3/3] uapi: fix scsi/scsi_bsg_fc.h userspace compilation errors
 2017-03-01  0:12 UTC 

[PATCH v3 0/2] Allow specifying properties with spi_register_board_info
 2017-02-28 22:25 UTC  (2+ messages)
` [PATCH v3 2/2] spi: allow registering empty spi_board_info lists

[PATCH 1/3] phy: sun4i-usb: support automatically switch PHY0 route to MUSB/HCI
 2017-02-28 23:46 UTC 

[PATCH v4] soc/imx: Add GPCv2 power gating driver
 2017-03-01  0:09 UTC 

[PATCH 4/4] kernel:audit.c fixed a coding style issue
 2017-02-28 23:05 UTC 

[PATCH 0/9] mm: kswapd spinning on unreclaimable nodes - fixes and cleanups
 2017-02-28 21:40 UTC  (3+ messages)
` [PATCH 4/9] mm: remove unnecessary reclaimability check from NUMA balancing target
` [PATCH 8/9] Revert "mm, vmscan: account for skipped pages as a partial scan"

net/rds: use-after-free in inet_create
 2017-02-28 22:24 UTC  (8+ messages)

[PATCH] intel_idle: stop exposing platform acronyms in sysfs
 2017-02-28 23:55 UTC  (2+ messages)

[PATCH] blkcg: allocate struct blkcg_gq outside request queue spinlock
 2017-02-28 23:51 UTC  (3+ messages)

[PATCH 0/5] Updated qcom dts for new USB driver
 2017-02-28 23:50 UTC  (3+ messages)
` [PATCH 4/5] ARM: dts: qcom-apq8064: Collapse usb support into one node


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