Displaying 20 results from an estimated 34 matches for "freq_tabl".
Did you mean:
freq_table
2012 Aug 16
5
[PATCH] AMD, powernow: Update P-state directly when _PSD's CoordType is DOMAIN_COORD_TYPE_HW_ALL
...@ static int powernow_cpufreq_target(struc
{
struct acpi_cpufreq_data *data = cpufreq_drv_data[policy->cpu];
struct processor_performance *perf;
- struct cpufreq_freqs freqs;
cpumask_t online_policy_cpus;
- struct drv_cmd cmd;
- unsigned int next_state = 0; /* Index into freq_table */
- unsigned int next_perf_state = 0; /* Index into perf table */
- int result = 0;
- int j = 0;
+ unsigned int next_state; /* Index into freq_table */
+ unsigned int next_perf_state; /* Index into perf table */
+ int result;
+ int j;
if (unlikely(data == NULL ||...
2012 Jan 13
1
what to do about [abrt] full crash report kernel taint?
...--------
Jan 9 15:44:11 name kernel: WARNING: at kernel/sched.c:5914
thread_return+0x232/0x79d() (Not tainted)
Jan 9 15:44:11 name kernel: Hardware name: Precision WorkStation 490
Jan 9 15:44:11 name kernel: Modules linked in: fuse nfs lockd fscache
nfs_acl auth_rpcgss autofs4 sunrpc p4_clockmod freq_table
speedstep_lib ipv6 ppdev parport_pc parport sg microcode dcdbas
serio_raw i2c_i801 iTCO_wdt iTCO_vendor_support tg3 snd_hda_codec_idt
snd_hda_intel snd_hda_codec snd_hwdep snd_seq snd_seq_device snd_pcm
snd_timer snd soundcore snd_page_alloc i5000_edac edac_core i5k_amb
shpchp ext4 mbcache jbd2 sd...
2013 Jul 03
1
WARNING: at fs/btrfs/backref.c:903 find_parent_nodes+0x616/0x815 [btrfs]()
...el: [ 668.547414] Modules linked in: veth ipt_MASQUERADE iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack ip_tables x_tables cpufreq_ondemand cpufreq_conservative cpufreq_powersave cpufreq_stats bridge stp llc ipv6 btrfs xor raid6_pq zlib_deflate loop acpi_cpufreq mperf freq_table intel_powerclamp kvm_intel kvm crc32_pclmul microcode ehci_pci ehci_hcd i2c_i801 pcspkr button video i2c_core lpc_ich mfd_core ext4 crc16 jbd2 mbcache raid1 sg sd_mod ahci libahci libata r8169 mii scsi_mod
Jul 2 21:42:59 bkp010 kernel: [ 668.549804] CPU: 1 PID: 7806 Comm: master Not tainted 3.10...
2011 Oct 20
0
[PATCH 07/12] cpufreq: allocate CPU masks dynamically
...@@ static int acpi_cpufreq_target(struct cp
if (unlikely(result))
return -ENODEV;
- cpumask_and(&online_policy_cpus, &cpu_online_map, &policy->cpus);
+ cpumask_and(&online_policy_cpus, &cpu_online_map, policy->cpus);
next_perf_state = data->freq_table[next_state].index;
if (perf->state == next_perf_state) {
--- 2011-09-20.orig/xen/arch/x86/acpi/cpufreq/powernow.c 2011-10-14 09:48:25.000000000 +0200
+++ 2011-09-20/xen/arch/x86/acpi/cpufreq/powernow.c 2011-10-14 14:55:41.000000000 +0200
@@ -107,7 +107,7 @@ static int powernow_cpufreq_targ...
2016 Aug 16
2
LSI SATA MegaRaid & Centos 7 build 1511
...???? Size? Used by
autofs4??????????????? 27000? 3
sunrpc??????????????? 267620? 1
8021q????????????????? 20362? 0
garp??????????????????? 7152? 1 8021q
stp???????????????????? 2218? 1 garp
llc???????????????????? 5418? 2 garp,stp
cpufreq_ondemand?????? 10544? 8
acpi_cpufreq??????????? 7763? 1
freq_table????????????? 4936? 2 cpufreq_ondemand,acpi_cpufreq
mperf?????????????????? 1557? 1 acpi_cpufreq
ipt_REJECT????????????? 2351? 2
nf_conntrack_ipv4?????? 9186? 2
nf_defrag_ipv4????????? 1483? 1 nf_conntrack_ipv4
iptable_filter????????? 2793? 1
ip_tables????????????? 17831? 1 iptable_filter
ip6t_R...
2012 Jan 22
2
Centso 6.2 bug ?
Hello,
is anyone experiencing this ?
I have a sympa process (bulk.pl) which triggers this bug:
------------[ cut here ]------------
WARNING: at kernel/sched.c:5914 thread_return+0x232/0x79d() (Not tainted)
Hardware name: X8DTU-LN4+
Modules linked in: cpufreq_ondemand acpi_cpufreq freq_table mperf
ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 xt_state nf_conntrack
ip6table_filter ip6_tables ipv6 microcode serio_raw i2c_i801 i2c_core
iTCO_wdt iTCO_vendor_support igb ioatdma dca i7core_edac edac_core sg
ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif usb_storage pata_acpi
ata_gener...
2010 Jul 23
3
cpuspeed: missing drivers ???
One problem I've discovered in cpuspeed is that there are drivers missing:
# cd /lib/modules/2.6.18-194.8.1.el5/kernel/drivers/cpufreq
# ll
total 72
-rwxr--r-- 1 root root 14408 Jul 1 21:40 cpufreq_conservative.ko
-rwxr--r-- 1 root root 16168 Jul 1 21:40 cpufreq_ondemand.ko
-rwxr--r-- 1 root root 7624 Jul 1 21:40 cpufreq_powersave.ko
-rwxr--r-- 1 root root 12524 Jul 1 21:40
2014 Apr 02
2
possible kernel bug?
...810657f3>] load_balance_fair+0x2a3/0x300
<4>PGD 0
<4>Oops: 0000 [#1] SMP
<4>last sysfs file: /sys/kernel/mm/ksm/run
<4>CPU 0
<4>Modules linked in: ebtable_nat ebtables ipt_MASQUERADE iptable_nat
nf_nat xt_CHECKSUM iptable_mangle autofs4 cpufreq_ondemand acpi_cpufreq
freq_table mperf bridge stp llc ipt_REJECT nf_conntrack_ipv4 nf_defrag_ipv4
iptable_filter ip_tables ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6
xt_state nf_conntrack ip6table_filter ip6_tables ipv6 ext3 jbd vhost_net
macvtap macvlan tun kvm_intel kvm ppdev parport_pc parport iTCO_wdt
iTCO_vendor_support mi...
2009 May 26
4
Oops on a converted ext4 system
...ock/sda/removable
Modules linked in: kqemu sha256_generic aes_i586 aes_generic cbc usb_storage dm_crypt btrfs zlib_deflate crc32c libcrc32c tun radeon drm usblp af_packet ipv6 binfmt_misc loop dm_mirror dm_region_hash dm_log dm_mod cpufreq_ondemand cpufreq_conservative cpufreq_powersave p4_clockmod freq_table speedstep_lib snd_intel8x0 snd_ac97_codec ac97_bus snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device joydev snd_pcm_oss snd_pcm snd_timer usbhid hid snd_mixer_oss snd dvb_usb_dibusb_mc dvb_usb_dibusb_common dib3000mc dibx000_common dvb_usb soundcore rng_core dvb_core r8169 sg sr_...
2010 Jan 21
4
dlmglue fixes
David,
So here are the two patches. Remove all patches that you have and apply
these.
The first one is straight forward.
The second one will hopefully fix the livelock issue you have been
encountering.
People reviewing the patches should note that the second one is slightly
different than the one I posted earlier. It removes the BUG_ON in the if
condition where we jump to update_holders. The
2008 Jul 03
2
iozone remove_suid oops...
...handle kernel NULL pointer dereference
at virtual address 00000014
[ 899.118938] printing eip: c016d3f1 *pde = 00000000
[ 899.118946] Oops: 0000 [#1] SMP
[ 899.118952] Modules linked in: btrfs libcrc32c sonypi ppdev
acpi_cpufreq cpufreq_userspace cpufreq_stats cpufreq_powersave
cpufreq_ondemand freq_table cpufreq_conservative video output sbs
sbshc container dock microcode ipv6 nfs lockd nfs_acl sunrpc
iptable_filter ip_tables x_tables ext3 jbd mbcache af_packet aes_i586
dm_crypt dm_mod sbp2 parport_pc lp parport pcmcia joydev snd_hda_intel
snd_pcm_oss snd_mixer_oss snd_pcm tifm_7xx1 snd_page_alloc...
2013 Jul 13
1
btrfs filesystem balance /mnt/btrfs -> segmentation fault (kernel BUG at fs/btrfs/relocation.c:3296!)
...MP
[18483.575739] Modules linked in: veth ipt_MASQUERADE iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack ip_tables x_tables cpufreq_ondemand cpufreq_conservative cpufreq_powersave cpufreq_stats bridge stp llc ipv6 btrfs xor raid6_pq zlib_deflate loop acpi_cpufreq mperf freq_table intel_powerclamp kvm_intel kvm crc32_pclmul i2c_i801 i2c_core video button lpc_ich mfd_core microcode pcspkr ehci_pci ehci_hcd ext4 crc16 jbd2 mbcache raid1 sg sd_mod ahci libahci libata scsi_mod r8169 mii
[18483.576119] CPU: 2 PID: 13753 Comm: btrfs Not tainted 3.10.0 #2
[18483.576167] Hardware n...
2010 Aug 04
1
A reproducible crush of mounting a subvolume
...btrfs sda6]
------------[ cut here ]------------
kernel BUG at fs/dcache.c:675!
invalid opcode: 0000 [#1] SMP
last sysfs file:
/sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/dev
CPU 1
Modules linked in: btrfs zlib_deflate libcrc32c fuse sunrpc
cpufreq_ondemand acpi_cpufreq freq_table mperf ip6t_REJECT
nf_conntrack_ipv6 ip6table_filter ip6_tables ipv6 uinput
snd_hda_codec_analog snd_hda_intel snd_hda_codec snd_hwdep ppdev
dell_wmi parport_pc e1000e snd_seq parport snd_seq_device wmi snd_pcm
snd_timer snd soundcore snd_page_alloc serio_raw i2c_i801 iTCO_wdt
iTCO_vendor_support d...
2016 Aug 16
0
LSI SATA MegaRaid & Centos 7 build 1511
Again, please stop mailing me directly.
On 08/16/2016 07:23 AM, Fawzy Ibrhim wrote:
> I guess module ioatdma is missing in Centos 7:-
I don't think so. I see that module on the host I checked. None of the
missing modules appear to be related to RAID: autofs4, cpufreq_ondemand,
freq_table, mperf, ipv6, microcode, power_meter.
Can you post the output of "dmesg" on your CentOS 6 system here:
https://paste.fedoraproject.org/
2013 Sep 10
1
Errors on NFS server
...803e9401888. (next=ffff8803e9401888).
Modules linked in: bridge mptctl mptbase nfsd lockd nfs_acl auth_rpcgss exportfs dlm configfs sunrpc ipmi_devintf cpufreq_ondemand freq_table pcc_cpufreq bondin g 8021q garp stp llc ipv6 power_meter sg microcode serio_raw iTCO_wdt iTCO_vendo...
2013 Sep 11
0
Crashing Server [_spin_unlock_irqrestore+0x17/0x20]
...gt;device eth0 entered promiscuous mode
<7>eth0: no IPv6 routers present
<4>int3: 0000 [#1] SMP
<4>last sysfs
file: /sys/devices/pci0000:00/0000:00:1e.0/0000:06:03.0/local_cpus
<4>CPU 0
<4>Modules linked in: bluetooth rfkill autofs4 sunrpc cpufreq_ondemand
acpi_cpufreq freq_table mperf ipt_REJECT nf_conntrack_ipv4
nf_defrag_ipv4 iptable_filter ip_tables nf_conntrack_ftp
nf_conntrack_netbios_ns nf_conntrack_broadcast ip6t_REJECT
nf_conntrack_ipv6 nf_defrag_ipv6 xt_state nf_conntrack ip6table_filter
ip6_tables ipv6 microcode serio_raw i2c_i801 i2c_core sg iTCO_wdt
iTCO_vendo...
2007 Oct 27
1
Oops with Nouveau on amd64 with nv15 card and kernel 2.6.22 (debian sid)
...f nls_iso8859_1 nls_cp437 vfat
fat fuse binfmt_misc rfcomm l2cap bluetooth nfsd exportfs ppdev
parport_pc lp parport tun sit tunnel4 battery ipv6 cpufreq_stats
cpufreq_conservative nfs lockd nfs_acl sunrpc dm_snapshot dm_mirror
dm_mod cpufreq_userspace cpufreq_powersave cpufreq_ondemand powernow_k8
freq_table button ac cpuid microcode msr ext3 jbd mbcache w83627hf
hwmon_vid eeprom i2c_isa ide_generic sd_mod bt878 snd_via82xx gameport
snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm snd_page_alloc
snd_mpu401_uart snd_seq_dummy snd_seq_oss tuner snd_seq_midi snd_rawmidi
tvaudio pcspkr tsdev snd_...
2008 Jul 24
4
umount oops
...Jul 24 22:44:54 minerva kernel: [ 1532.882476] Oops: 0000 [1] SMP
Jul 24 22:44:54 minerva kernel: [ 1532.882572] CPU 1
Jul 24 22:44:54 minerva kernel: [ 1532.882641] Modules linked in: loop
binfmt_misc af_packet i915 drm rfcomm l2cap bluetooth ppdev ipv6
acpi_cpufreq cpufreq_ondemand cpufreq_stats freq_table
cpufreq_userspace cpufreq_conservative cpufreq_powersave video output
container sbs sbshc dock battery iptable_filter ip_tables x_tables
aes_x86_64 dm_crypt dm_mod ac btrfs libcrc32c lp snd_hda_intel
snd_hwdep snd_pcm_oss snd_pcm snd_page_alloc snd_mixer_oss
snd_seq_dummy snd_seq_oss snd_seq_midi...
2010 Aug 02
2
CentOS 5.5 latest revisions seem really slow
I recently updated to OpenOffice 3.2 and I noticed that it, and the
latest Evolution, seem to be incredibly slow for some operations.
E.g., in OO, about half the time when I'm editing something, it takes
anywhere from 10-30 seconds for OO to respond to a click on one of the
icons or menu items, and Evo is taking forever to format messages.
During these times the gnome-system-monitor icon on
2004 Oct 20
2
chan_mISDN problem
...idrv,capi
usbserial 29040 0
parport_pc 35392 1
lp 11044 0
parport 37832 2 parport_pc,lp
ohci_hcd 19204 0
speedstep_lib 3712 0
sworks_agp 9376 0
agpgart 30888 1 sworks_agp
freq_table 4612 0
thermal 12680 0
processor 16552 1 thermal
snd_seq_oss 31232 0
fan 4228 0
snd_pcm_oss 57512 0
snd_mixer_oss 18816 1 snd_pcm_oss
button 6416 0
battery 8...